Html Css Color HEX #033F41 Cyprus

📋 copy color: '#033F41'

red 3 ◦ green 63 ◦ blue 65

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

Shades of Cyprus #033F41

Tints of Cyprus #033F41

RGB

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

 GREEN value IS 63 (25% from 255) = 48.09%

 BLUE value IS 65 (25.78% from 255) = 49.62%

R = 2.29%
G = 48.09%
B = 49.62%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033F41 (or 0x033F41) is known color: Cyprus. HEX triplet: 03, 3F and 41. RGB value is (3,63,65). Sum of RGB (Red+Green+Blue) = 3+63+65=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #033F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F41 is #FCC0BE. Grayscale: #2D2D2D. Windows color (decimal): -16564415 or 4275971. OLE color: 4275971.

HSL color Cylindrical-coordinate representation of color #033F41: hue angle of 181.94º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F41 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 63 65 -
CMYK 0.95 0.03 0 0.75
HSL 181.94º 0.91% 0.13% -
HSV(B) 181.94º 0.95% 0.25% -
XYZ 2.77 3.96 5.62 -
YUV 45.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 3 63 65 0.95 0.03 0 0.75 181.94 0.91 0.13
Hex 3 3F 41 5F 3 0 4B B6 5B D
Octal 3 77 101 137 3 0 113 266 133 15
Binary 11 111111 1000001 1011111 11 0 1001011 10110110 1011011 1101

Color Harmonies of #033F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F41

Black with #033F41

Text Example


Text Example

White with #033F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,63,65); }

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

background-color css

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

 a { background-color: rgb(3,63,65); }

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

border-color css

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

 span { border-color: rgb(3,63,65); }

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