#2C38BD

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

Shades of Persian Blue #2C38BD

Tints of Persian Blue #2C38BD

Color information

#2C38BD (or 0x2C38BD) is unknown color: approx Persian Blue. HEX triplet: 2C, 38 and BD. RGB value is (44,56,189). Sum of RGB (Red+Green+Blue) = 44+56+189=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C38BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C38BD is #D3C742. Grayscale: #434343. Windows color (decimal): -13879107 or 12400684. OLE color: 12400684.

HSL color Cylindrical-coordinate representation of color #2C38BD: hue angle of 235.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C38BD is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4456189-
CMYK0.770.7000.26
HSL235.03º62.23%45.69%-
HSV(B)235.03º76.72%74.12%-
XYZ11.647.0448.89-
YUV67.57196.52111.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.22%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 189 (74.22% from 255) = 65.40%
R=15.22%
G=19.38%
B=65.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal44561890.770.7000.26235.0362.2345.69
Hex2C38BD4D4601Aeb3e2e
Octal54702751151060323537656
Binary101100111000101111011001101100011001101011101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C38BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,56,189); }

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

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

 a { background-color: rgb(44,56,189); }

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

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

 span { border-color: rgb(44,56,189); }

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