Html Css Color HEX #241BCC Persian Blue

📋 copy color: '#241BCC'

red 36 ◦ green 27 ◦ blue 204

#241BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #241BCC

Tints of Persian Blue #241BCC

RGB

 RED value IS 36 (14.45% from 255) = 13.48%

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 204 (80.08% from 255) = 76.4%

R = 13.48%
G = 10.11%
B = 76.4%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#241BCC (or 0x241BCC) is known color: Persian Blue. HEX triplet: 24, 1B and CC. RGB value is (36,27,204). Sum of RGB (Red+Green+Blue) = 36+27+204=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #241BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BCC is #DBE433. Grayscale: #313131. Windows color (decimal): -14410804 or 13376292. OLE color: 13376292.

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

Color convert

RGB 36 27 204 -
CMYK 0.82 0.87 0 0.2
HSL 243.05º 0.77% 0.45% -
HSV(B) 243.05º 0.87% 0.8% -
XYZ 12.02 5.52 57.56 -
YUV 49.87 214.98 118.11 -
System Red Green Blue C M Y K H S L
Decimal 36 27 204 0.82 0.87 0 0.2 243.05 0.77 0.45
Hex 24 1B CC 52 57 0 14 F3 4D 2D
Octal 44 33 314 122 127 0 24 363 115 55
Binary 100100 11011 11001100 1010010 1010111 0 10100 11110011 1001101 101101

Color Harmonies of #241BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BCC

Black with #241BCC

Text Example


Text Example

White with #241BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,27,204); }

 H1.HeaderClassName
 {
   color: #241BCC;
 }
 .AnyTagClassName
 {
   color: #241BCC;
 }
</style>

background-color css

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

 a { background-color: rgb(36,27,204); }

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

border-color css

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

 span { border-color: rgb(36,27,204); }

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