Html Css Color HEX #2B24CC Persian Blue

📋 copy color: '#2B24CC'

red 43 ◦ green 36 ◦ blue 204

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

Shades of Persian Blue #2B24CC

Tints of Persian Blue #2B24CC

RGB

 RED value IS 43 (17.19% from 255) = 15.19%

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 15.19%
G = 12.72%
B = 72.08%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B24CC (or 0x2B24CC) is known color: Persian Blue. HEX triplet: 2B, 24 and CC. RGB value is (43,36,204). Sum of RGB (Red+Green+Blue) = 43+36+204=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B24CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B24CC is #D4DB33. Grayscale: #383838. Windows color (decimal): -13949748 or 13378603. OLE color: 13378603.

HSL color Cylindrical-coordinate representation of color #2B24CC: hue angle of 242.5º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B24CC is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 36 204 -
CMYK 0.79 0.82 0 0.2
HSL 242.5º 0.7% 0.47% -
HSV(B) 242.5º 0.82% 0.8% -
XYZ 12.53 6.13 57.65 -
YUV 57.25 210.82 117.84 -
System Red Green Blue C M Y K H S L
Decimal 43 36 204 0.79 0.82 0 0.2 242.5 0.7 0.47
Hex 2B 24 CC 4F 52 0 14 F2 46 2F
Octal 53 44 314 117 122 0 24 362 106 57
Binary 101011 100100 11001100 1001111 1010010 0 10100 11110010 1000110 101111

Color Harmonies of #2B24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B24CC

Black with #2B24CC

Text Example


Text Example

White with #2B24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B24CC; }

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

 H1.HeaderClassName
 {
   color: #2B24CC;
 }
 .AnyTagClassName
 {
   color: #2B24CC;
 }
</style>

background-color css

<style>
 a { background-color: #2B24CC; }

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

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

border-color css

<style>
 span { border-color: #2B24CC; }

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

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