Html Css Color HEX #003A39 Cyprus

📋 copy color: '#003A39'

red 0 ◦ green 58 ◦ blue 57

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

Shades of Cyprus #003A39

Tints of Cyprus #003A39

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 50.43%

 BLUE value IS 57 (22.66% from 255) = 49.57%

R = 0%
G = 50.43%
B = 49.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#003A39 (or 0x003A39) is known color: Cyprus. HEX triplet: 00, 3A and 39. RGB value is (0,58,57). Sum of RGB (Red+Green+Blue) = 0+58+57=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #003A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A39 is #FFC5C6. Grayscale: #282828. Windows color (decimal): -16762311 or 3750400. OLE color: 3750400.

HSL color Cylindrical-coordinate representation of color #003A39: hue angle of 178.97º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A39 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 57 -
CMYK 1 0 0.02 0.77
HSL 178.97º 1% 0.11% -
HSV(B) 178.97º 1% 0.23% -
XYZ 2.25 3.32 4.39 -
YUV 40.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 0 58 57 1 0 0.02 0.77 178.97 1 0.11
Hex 0 3A 39 64 0 2 4D B3 64 B
Octal 0 72 71 144 0 2 115 263 144 13
Binary 0 111010 111001 1100100 0 10 1001101 10110011 1100100 1011

Color Harmonies of #003A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A39

Black with #003A39

Text Example


Text Example

White with #003A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A39; }

 p { color: rgb(0,58,57); }

 H1.HeaderClassName
 {
   color: #003A39;
 }
 .AnyTagClassName
 {
   color: #003A39;
 }
</style>

background-color css

<style>
 a { background-color: #003A39; }

 a { background-color: rgb(0,58,57); }

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

border-color css

<style>
 span { border-color: #003A39; }

 span { border-color: rgb(0,58,57); }

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