Html Css Color HEX #033B35 Cyprus

📋 copy color: '#033B35'

red 3 ◦ green 59 ◦ blue 53

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

Shades of Cyprus #033B35

Tints of Cyprus #033B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 51.3%

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

R = 2.61%
G = 51.3%
B = 46.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.77

RGB Variations

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

Color information

#033B35 (or 0x033B35) is known color: Cyprus. HEX triplet: 03, 3B and 35. RGB value is (3,59,53). Sum of RGB (Red+Green+Blue) = 3+59+53=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #033B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B35 is #FCC4CA. Grayscale: #292929. Windows color (decimal): -16565451 or 3488515. OLE color: 3488515.

HSL color Cylindrical-coordinate representation of color #033B35: hue angle of 173.57º 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 #033B35 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 59 53 -
CMYK 0.95 0 0.10 0.77
HSL 173.57º 0.9% 0.12% -
HSV(B) 173.57º 0.95% 0.23% -
XYZ 2.24 3.4 3.91 -
YUV 41.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 3 59 53 0.95 0 0.10 0.77 173.57 0.9 0.12
Hex 3 3B 35 5F 0 A 4D AE 5A C
Octal 3 73 65 137 0 12 115 256 132 14
Binary 11 111011 110101 1011111 0 1010 1001101 10101110 1011010 1100

Color Harmonies of #033B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B35

Black with #033B35

Text Example


Text Example

White with #033B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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