Html Css Color HEX #033230 Cyprus

📋 copy color: '#033230'

red 3 ◦ green 50 ◦ blue 48

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

Shades of Cyprus #033230

Tints of Cyprus #033230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 49.5%

 BLUE value IS 48 (19.14% from 255) = 47.52%

R = 2.97%
G = 49.5%
B = 47.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#033230 (or 0x033230) is known color: Cyprus. HEX triplet: 03, 32 and 30. RGB value is (3,50,48). Sum of RGB (Red+Green+Blue) = 3+50+48=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #033230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033230 is #FCCDCF. Grayscale: #232323. Windows color (decimal): -16567760 or 3158531. OLE color: 3158531.

HSL color Cylindrical-coordinate representation of color #033230: hue angle of 177.45º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033230 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 50 48 -
CMYK 0.94 0 0.04 0.80
HSL 177.45º 0.89% 0.1% -
HSV(B) 177.45º 0.94% 0.2% -
XYZ 1.71 2.51 3.19 -
YUV 35.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 3 50 48 0.94 0 0.04 0.80 177.45 0.89 0.1
Hex 3 32 30 5E 0 4 50 B1 59 A
Octal 3 62 60 136 0 4 120 261 131 12
Binary 11 110010 110000 1011110 0 100 1010000 10110001 1011001 1010

Color Harmonies of #033230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033230

Black with #033230

Text Example


Text Example

White with #033230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033230; }

 p { color: rgb(3,50,48); }

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

background-color css

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

 a { background-color: rgb(3,50,48); }

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

border-color css

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

 span { border-color: rgb(3,50,48); }

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