Html Css Color HEX #02373C Cyprus

📋 copy color: '#02373C'

red 2 ◦ green 55 ◦ blue 60

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

Shades of Cyprus #02373C

Tints of Cyprus #02373C

RGB

 RED value IS 2 (1.17% from 255) = 1.71%

 GREEN value IS 55 (21.88% from 255) = 47.01%

 BLUE value IS 60 (23.83% from 255) = 51.28%

R = 1.71%
G = 47.01%
B = 51.28%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02373C (or 0x02373C) is known color: Cyprus. HEX triplet: 02, 37 and 3C. RGB value is (2,55,60). Sum of RGB (Red+Green+Blue) = 2+55+60=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #02373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02373C is #FDC8C3. Grayscale: #272727. Windows color (decimal): -16632004 or 3946242. OLE color: 3946242.

HSL color Cylindrical-coordinate representation of color #02373C: hue angle of 185.17º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02373C is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 55 60 -
CMYK 0.97 0.08 0 0.76
HSL 185.17º 0.94% 0.12% -
HSV(B) 185.17º 0.97% 0.24% -
XYZ 2.21 3.07 4.75 -
YUV 39.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 2 55 60 0.97 0.08 0 0.76 185.17 0.94 0.12
Hex 2 37 3C 61 8 0 4C B9 5E C
Octal 2 67 74 141 10 0 114 271 136 14
Binary 10 110111 111100 1100001 1000 0 1001100 10111001 1011110 1100

Color Harmonies of #02373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02373C

Black with #02373C

Text Example


Text Example

White with #02373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02373C; }

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

 H1.HeaderClassName
 {
   color: #02373C;
 }
 .AnyTagClassName
 {
   color: #02373C;
 }
</style>

background-color css

<style>
 a { background-color: #02373C; }

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

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

border-color css

<style>
 span { border-color: #02373C; }

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

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