Html Css Color HEX #033B3A Cyprus

📋 copy color: '#033B3A'

red 3 ◦ green 59 ◦ blue 58

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

Shades of Cyprus #033B3A

Tints of Cyprus #033B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 48.33%

R = 2.5%
G = 49.17%
B = 48.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#033B3A (or 0x033B3A) is known color: Cyprus. HEX triplet: 03, 3B and 3A. RGB value is (3,59,58). Sum of RGB (Red+Green+Blue) = 3+59+58=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #033B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B3A is #FCC4C5. Grayscale: #2A2A2A. Windows color (decimal): -16565446 or 3816195. OLE color: 3816195.

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

Color convert

RGB 3 59 58 -
CMYK 0.95 0 0.02 0.77
HSL 178.93º 0.9% 0.12% -
HSV(B) 178.93º 0.95% 0.23% -
XYZ 2.37 3.45 4.54 -
YUV 42.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 3 59 58 0.95 0 0.02 0.77 178.93 0.9 0.12
Hex 3 3B 3A 5F 0 2 4D B3 5A C
Octal 3 73 72 137 0 2 115 263 132 14
Binary 11 111011 111010 1011111 0 10 1001101 10110011 1011010 1100

Color Harmonies of #033B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B3A

Black with #033B3A

Text Example


Text Example

White with #033B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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