Html Css Color HEX #003234 Cyprus

📋 copy color: '#003234'

red 0 ◦ green 50 ◦ blue 52

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

Shades of Cyprus #003234

Tints of Cyprus #003234

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 52 (20.7% from 255) = 50.98%

R = 0%
G = 49.02%
B = 50.98%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#003234 (or 0x003234) is known color: Cyprus. HEX triplet: 00, 32 and 34. RGB value is (0,50,52). Sum of RGB (Red+Green+Blue) = 0+50+52=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #003234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003234 is #FFCDCB. Grayscale: #232323. Windows color (decimal): -16764364 or 3420672. OLE color: 3420672.

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

Color convert

RGB 0 50 52 -
CMYK 1 0.04 0 0.80
HSL 182.31º 1% 0.1% -
HSV(B) 182.31º 1% 0.2% -
XYZ 1.76 2.53 3.64 -
YUV 35.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 0 50 52 1 0.04 0 0.80 182.31 1 0.1
Hex 0 32 34 64 4 0 50 B6 64 A
Octal 0 62 64 144 4 0 120 266 144 12
Binary 0 110010 110100 1100100 100 0 1010000 10110110 1100100 1010

Color Harmonies of #003234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003234

Black with #003234

Text Example


Text Example

White with #003234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003234; }

 p { color: rgb(0,50,52); }

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

background-color css

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

 a { background-color: rgb(0,50,52); }

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

border-color css

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

 span { border-color: rgb(0,50,52); }

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