Html Css Color HEX #2B1ECC Persian Blue

📋 copy color: '#2B1ECC'

red 43 ◦ green 30 ◦ blue 204

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

Shades of Persian Blue #2B1ECC

Tints of Persian Blue #2B1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

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

R = 15.52%
G = 10.83%
B = 73.65%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B1ECC (or 0x2B1ECC) is known color: Persian Blue. HEX triplet: 2B, 1E and CC. RGB value is (43,30,204). Sum of RGB (Red+Green+Blue) = 43+30+204=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 204 (80.08% from 255 or 73.65% from 277); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ECC is #D4E133. Grayscale: #353535. Windows color (decimal): -13951284 or 13377067. OLE color: 13377067.

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

Color convert

RGB 43 30 204 -
CMYK 0.79 0.85 0 0.2
HSL 244.48º 0.74% 0.46% -
HSV(B) 244.48º 0.85% 0.8% -
XYZ 12.36 5.8 57.6 -
YUV 53.72 212.81 120.35 -
System Red Green Blue C M Y K H S L
Decimal 43 30 204 0.79 0.85 0 0.2 244.48 0.74 0.46
Hex 2B 1E CC 4F 55 0 14 F4 4A 2E
Octal 53 36 314 117 125 0 24 364 112 56
Binary 101011 11110 11001100 1001111 1010101 0 10100 11110100 1001010 101110

Color Harmonies of #2B1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1ECC

Black with #2B1ECC

Text Example


Text Example

White with #2B1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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