Html Css Color HEX #2B3CCC Persian Blue

📋 copy color: '#2B3CCC'

red 43 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #2B3CCC

Tints of Persian Blue #2B3CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 14.01%
G = 19.54%
B = 66.45%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B3CCC (or 0x2B3CCC) is known color: Persian Blue. HEX triplet: 2B, 3C and CC. RGB value is (43,60,204). Sum of RGB (Red+Green+Blue) = 43+60+204=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B3CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3CCC is #D4C333. Grayscale: #464646. Windows color (decimal): -13943604 or 13384747. OLE color: 13384747.

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

Color convert

RGB 43 60 204 -
CMYK 0.79 0.71 0 0.2
HSL 233.66º 0.65% 0.48% -
HSV(B) 233.66º 0.79% 0.8% -
XYZ 13.51 8.1 57.98 -
YUV 71.33 202.87 107.79 -
System Red Green Blue C M Y K H S L
Decimal 43 60 204 0.79 0.71 0 0.2 233.66 0.65 0.48
Hex 2B 3C CC 4F 47 0 14 EA 41 30
Octal 53 74 314 117 107 0 24 352 101 60
Binary 101011 111100 11001100 1001111 1000111 0 10100 11101010 1000001 110000

Color Harmonies of #2B3CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3CCC

Black with #2B3CCC

Text Example


Text Example

White with #2B3CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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