#241CCB

Color #241CCB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #241CCB

Tints of Persian Blue #241CCB

Color information

#241CCB (or 0x241CCB) is unknown color: approx Persian Blue. HEX triplet: 24, 1C and CB. RGB value is (36,28,203). Sum of RGB (Red+Green+Blue) = 36+28+203=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #241CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CCB is #DBE334. Grayscale: #313131. Windows color (decimal): -14410549 or 13311012. OLE color: 13311012.

HSL color Cylindrical-coordinate representation of color #241CCB: hue angle of 242.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241CCB is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3628203-
CMYK0.820.8600.20
HSL242.74º75.76%45.29%-
HSV(B)242.74º86.21%79.61%-
XYZ11.925.5256.94-
YUV50.34214.15117.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 203 (79.69% from 255) = 76.03%
R=13.48%
G=10.49%
B=76.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal36282030.820.8600.20242.7475.7645.29
Hex241CCB5256014f34c2d
Octal443431312212602436311455
Binary100100111001100101110100101010110010100111100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241CCB; }

 p { color: rgb(36,28,203); }

 H1.HeaderClassName
 {
   color: #241CCB;
 }
 .AnyTagClassName
 {
   color: #241CCB;
 }
</style>
background-color css

<style>
 a { background-color: #241CCB; }

 a { background-color: rgb(36,28,203); }

 div.DivClassName
 {
   background-color: #241CCB;
 }
 .BgClassName
 {
   background-color: #241CCB;
 }
</style>
border-color css

<style>
 span { border-color: #241CCB; }

 span { border-color: rgb(36,28,203); }

 td.TdClassName
 {
   border-color: #241CCB;
 }
 .TagClassName
 {
   border-color: #241CCB;
 }
</style>