Html Css Color HEX #003238 Cyprus

📋 copy color: '#003238'

red 0 ◦ green 50 ◦ blue 56

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

Shades of Cyprus #003238

Tints of Cyprus #003238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.83%

R = 0%
G = 47.17%
B = 52.83%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#003238 (or 0x003238) is known color: Cyprus. HEX triplet: 00, 32 and 38. RGB value is (0,50,56). Sum of RGB (Red+Green+Blue) = 0+50+56=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #003238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003238 is #FFCDC7. Grayscale: #232323. Windows color (decimal): -16764360 or 3682816. OLE color: 3682816.

HSL color Cylindrical-coordinate representation of color #003238: hue angle of 186.43º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003238 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 50 56 -
CMYK 1 0.11 0 0.78
HSL 186.43º 1% 0.11% -
HSV(B) 186.43º 1% 0.22% -
XYZ 1.85 2.57 4.14 -
YUV 35.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 0 50 56 1 0.11 0 0.78 186.43 1 0.11
Hex 0 32 38 64 B 0 4E BA 64 B
Octal 0 62 70 144 13 0 116 272 144 13
Binary 0 110010 111000 1100100 1011 0 1001110 10111010 1100100 1011

Color Harmonies of #003238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003238

Black with #003238

Text Example


Text Example

White with #003238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003238; }

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

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

background-color css

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

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

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

border-color css

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

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

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