#2C34CB

Color #2C34CB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2C34CB

Tints of Persian Blue #2C34CB

Color information

#2C34CB (or 0x2C34CB) is unknown color: approx Persian Blue. HEX triplet: 2C, 34 and CB. RGB value is (44,52,203). Sum of RGB (Red+Green+Blue) = 44+52+203=299 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.72% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C34CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C34CB is #D3CB34. Grayscale: #424242. Windows color (decimal): -13880117 or 13317164. OLE color: 13317164.

HSL color Cylindrical-coordinate representation of color #2C34CB: hue angle of 236.98º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C34CB is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4452203-
CMYK0.780.7400.20
HSL236.98º64.37%48.43%-
HSV(B)236.98º78.33%79.61%-
XYZ13.057.357.22-
YUV66.82204.85111.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.72%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 203 (79.69% from 255) = 67.89%
R=14.72%
G=17.39%
B=67.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44522030.780.7400.20236.9864.3748.43
Hex2C34CB4E4A014ed4030
Octal546431311611202435510060
Binary1011001101001100101110011101001010010100111011011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C34CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,203); }

 H1.HeaderClassName
 {
   color: #2C34CB;
 }
 .AnyTagClassName
 {
   color: #2C34CB;
 }
</style>
background-color css

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

 a { background-color: rgb(44,52,203); }

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

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

 span { border-color: rgb(44,52,203); }

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