Html Css Color HEX #03373C Cyprus

📋 copy color: '#03373C'

red 3 ◦ green 55 ◦ blue 60

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

Shades of Cyprus #03373C

Tints of Cyprus #03373C

RGB

 RED value IS 3 (1.56% from 255) = 2.54%

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

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

R = 2.54%
G = 46.61%
B = 50.85%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03373C (or 0x03373C) is known color: Cyprus. HEX triplet: 03, 37 and 3C. RGB value is (3,55,60). Sum of RGB (Red+Green+Blue) = 3+55+60=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #03373C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03373C is #FCC8C3. Grayscale: #272727. Windows color (decimal): -16566468 or 3946243. OLE color: 3946243.

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

Color convert

RGB 3 55 60 -
CMYK 0.95 0.08 0 0.76
HSL 185.26º 0.9% 0.12% -
HSV(B) 185.26º 0.95% 0.24% -
XYZ 2.22 3.08 4.75 -
YUV 40.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 3 55 60 0.95 0.08 0 0.76 185.26 0.9 0.12
Hex 3 37 3C 5F 8 0 4C B9 5A C
Octal 3 67 74 137 10 0 114 271 132 14
Binary 11 110111 111100 1011111 1000 0 1001100 10111001 1011010 1100

Color Harmonies of #03373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03373C

Black with #03373C

Text Example


Text Example

White with #03373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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