Html Css Color HEX #003A35 Cyprus

📋 copy color: '#003A35'

red 0 ◦ green 58 ◦ blue 53

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

Shades of Cyprus #003A35

Tints of Cyprus #003A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 47.75%

R = 0%
G = 52.25%
B = 47.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#003A35 (or 0x003A35) is known color: Cyprus. HEX triplet: 00, 3A and 35. RGB value is (0,58,53). Sum of RGB (Red+Green+Blue) = 0+58+53=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #003A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A35 is #FFC5CA. Grayscale: #282828. Windows color (decimal): -16762315 or 3488256. OLE color: 3488256.

HSL color Cylindrical-coordinate representation of color #003A35: hue angle of 174.83º 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 #003A35 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 53 -
CMYK 1 0 0.09 0.77
HSL 174.83º 1% 0.11% -
HSV(B) 174.83º 1% 0.23% -
XYZ 2.16 3.28 3.89 -
YUV 40.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 0 58 53 1 0 0.09 0.77 174.83 1 0.11
Hex 0 3A 35 64 0 9 4D AF 64 B
Octal 0 72 65 144 0 11 115 257 144 13
Binary 0 111010 110101 1100100 0 1001 1001101 10101111 1100100 1011

Color Harmonies of #003A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A35

Black with #003A35

Text Example


Text Example

White with #003A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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