Html Css Color HEX #02373D Cyprus

📋 copy color: '#02373D'

red 2 ◦ green 55 ◦ blue 61

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

Shades of Cyprus #02373D

Tints of Cyprus #02373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 51.69%

R = 1.69%
G = 46.61%
B = 51.69%

CMYK

 C value IS 0.97

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02373D (or 0x02373D) is known color: Cyprus. HEX triplet: 02, 37 and 3D. RGB value is (2,55,61). Sum of RGB (Red+Green+Blue) = 2+55+61=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #02373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02373D is #FDC8C2. Grayscale: #272727. Windows color (decimal): -16632003 or 4011778. OLE color: 4011778.

HSL color Cylindrical-coordinate representation of color #02373D: hue angle of 186.1º 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 #02373D is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 55 61 -
CMYK 0.97 0.10 0 0.76
HSL 186.1º 0.94% 0.12% -
HSV(B) 186.1º 0.97% 0.24% -
XYZ 2.23 3.08 4.89 -
YUV 39.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 2 55 61 0.97 0.10 0 0.76 186.1 0.94 0.12
Hex 2 37 3D 61 A 0 4C BA 5E C
Octal 2 67 75 141 12 0 114 272 136 14
Binary 10 110111 111101 1100001 1010 0 1001100 10111010 1011110 1100

Color Harmonies of #02373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02373D

Black with #02373D

Text Example


Text Example

White with #02373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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