Html Css Color HEX #03393E Cyprus

📋 copy color: '#03393E'

red 3 ◦ green 57 ◦ blue 62

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

Shades of Cyprus #03393E

Tints of Cyprus #03393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.72%

 BLUE value IS 62 (24.61% from 255) = 50.82%

R = 2.46%
G = 46.72%
B = 50.82%

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

#03393E (or 0x03393E) is known color: Cyprus. HEX triplet: 03, 39 and 3E. RGB value is (3,57,62). Sum of RGB (Red+Green+Blue) = 3+57+62=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #03393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03393E is #FCC6C1. Grayscale: #292929. Windows color (decimal): -16565954 or 4077827. OLE color: 4077827.

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

Color convert

RGB 3 57 62 -
CMYK 0.95 0.08 0 0.76
HSL 185.08º 0.91% 0.13% -
HSV(B) 185.08º 0.95% 0.24% -
XYZ 2.37 3.29 5.07 -
YUV 41.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 3 57 62 0.95 0.08 0 0.76 185.08 0.91 0.13
Hex 3 39 3E 5F 8 0 4C B9 5B D
Octal 3 71 76 137 10 0 114 271 133 15
Binary 11 111001 111110 1011111 1000 0 1001100 10111001 1011011 1101

Color Harmonies of #03393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03393E

Black with #03393E

Text Example


Text Example

White with #03393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03393E; }

 p { color: rgb(3,57,62); }

 H1.HeaderClassName
 {
   color: #03393E;
 }
 .AnyTagClassName
 {
   color: #03393E;
 }
</style>

background-color css

<style>
 a { background-color: #03393E; }

 a { background-color: rgb(3,57,62); }

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

border-color css

<style>
 span { border-color: #03393E; }

 span { border-color: rgb(3,57,62); }

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