Html Css Color HEX #03373F Cyprus

📋 copy color: '#03373F'

red 3 ◦ green 55 ◦ blue 63

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

Shades of Cyprus #03373F

Tints of Cyprus #03373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 52.07%

R = 2.48%
G = 45.45%
B = 52.07%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#03373F (or 0x03373F) is known color: Cyprus. HEX triplet: 03, 37 and 3F. RGB value is (3,55,63). Sum of RGB (Red+Green+Blue) = 3+55+63=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #03373F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03373F is #FCC8C0. Grayscale: #282828. Windows color (decimal): -16566465 or 4142851. OLE color: 4142851.

HSL color Cylindrical-coordinate representation of color #03373F: hue angle of 188º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03373F is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 55 63 -
CMYK 0.95 0.13 0 0.75
HSL 188º 0.91% 0.13% -
HSV(B) 188º 0.95% 0.25% -
XYZ 2.3 3.11 5.18 -
YUV 40.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 3 55 63 0.95 0.13 0 0.75 188 0.91 0.13
Hex 3 37 3F 5F D 0 4B BC 5B D
Octal 3 67 77 137 15 0 113 274 133 15
Binary 11 110111 111111 1011111 1101 0 1001011 10111100 1011011 1101

Color Harmonies of #03373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03373F

Black with #03373F

Text Example


Text Example

White with #03373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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