#0237C4

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

Shades of Persian Blue #0237C4

Tints of Persian Blue #0237C4

Color information

#0237C4 (or 0x0237C4) is unknown color: approx Persian Blue. HEX triplet: 02, 37 and C4. RGB value is (2,55,196). Sum of RGB (Red+Green+Blue) = 2+55+196=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 196 (76.95% from 255 or 77.47% from 253); Max value from RGB is 196 - color contains mainly: blue. Hex color #0237C4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237C4 is #FDC83B. Grayscale: #363636. Windows color (decimal): -16631868 or 12859138. OLE color: 12859138.

HSL color Cylindrical-coordinate representation of color #0237C4: hue angle of 223.61º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237C4 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB255196-
CMYK0.990.7200.23
HSL223.61º97.98%38.82%-
HSV(B)223.61º98.98%76.86%-
XYZ11.366.7352.93-
YUV55.23207.4490.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 196 (76.95% from 255) = 77.47%
R=0.79%
G=21.74%
B=77.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2551960.990.7200.23223.6197.9838.82
Hex237C46348017e06227
Octal26730414311002734014247
Binary101101111100010011000111001000010111111000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0237C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0237C4; }

 p { color: rgb(2,55,196); }

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

<style>
 a { background-color: #0237C4; }

 a { background-color: rgb(2,55,196); }

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

<style>
 span { border-color: #0237C4; }

 span { border-color: rgb(2,55,196); }

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