Html Css Color HEX #2B2CCE Persian Blue

📋 copy color: '#2B2CCE'

red 43 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #2B2CCE

Tints of Persian Blue #2B2CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 206 (80.86% from 255) = 70.31%

R = 14.68%
G = 15.02%
B = 70.31%

CMYK

 C value IS 0.79

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B2CCE (or 0x2B2CCE) is known color: Persian Blue. HEX triplet: 2B, 2C and CE. RGB value is (43,44,206). Sum of RGB (Red+Green+Blue) = 43+44+206=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B2CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2CCE is #D4D331. Grayscale: #3D3D3D. Windows color (decimal): -13947698 or 13511723. OLE color: 13511723.

HSL color Cylindrical-coordinate representation of color #2B2CCE: hue angle of 239.63º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B2CCE is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 44 206 -
CMYK 0.79 0.79 0 0.19
HSL 239.63º 0.65% 0.49% -
HSV(B) 239.63º 0.79% 0.81% -
XYZ 13.04 6.77 59.01 -
YUV 62.17 209.17 114.33 -
System Red Green Blue C M Y K H S L
Decimal 43 44 206 0.79 0.79 0 0.19 239.63 0.65 0.49
Hex 2B 2C CE 4F 4F 0 13 F0 41 31
Octal 53 54 316 117 117 0 23 360 101 61
Binary 101011 101100 11001110 1001111 1001111 0 10011 11110000 1000001 110001

Color Harmonies of #2B2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2CCE

Black with #2B2CCE

Text Example


Text Example

White with #2B2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,44,206); }

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

background-color css

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

 a { background-color: rgb(43,44,206); }

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

border-color css

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

 span { border-color: rgb(43,44,206); }

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