Html Css Color HEX #033A35 Cyprus

📋 copy color: '#033A35'

red 3 ◦ green 58 ◦ blue 53

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

Shades of Cyprus #033A35

Tints of Cyprus #033A35

RGB

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

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

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

R = 2.63%
G = 50.88%
B = 46.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.77

RGB Variations

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

Color information

#033A35 (or 0x033A35) is known color: Cyprus. HEX triplet: 03, 3A and 35. RGB value is (3,58,53). Sum of RGB (Red+Green+Blue) = 3+58+53=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #033A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A35 is #FCC5CA. Grayscale: #282828. Windows color (decimal): -16565707 or 3488259. OLE color: 3488259.

HSL color Cylindrical-coordinate representation of color #033A35: hue angle of 174.55º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A35 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 58 53 -
CMYK 0.95 0 0.09 0.77
HSL 174.55º 0.9% 0.12% -
HSV(B) 174.55º 0.95% 0.23% -
XYZ 2.19 3.3 3.89 -
YUV 40.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 3 58 53 0.95 0 0.09 0.77 174.55 0.9 0.12
Hex 3 3A 35 5F 0 9 4D AF 5A C
Octal 3 72 65 137 0 11 115 257 132 14
Binary 11 111010 110101 1011111 0 1001 1001101 10101111 1011010 1100

Color Harmonies of #033A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A35

Black with #033A35

Text Example


Text Example

White with #033A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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