#003239

Color #003239 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #003239

Tints of Nordic #003239

Color information

#003239 (or 0x003239) is unknown color: approx Nordic. HEX triplet: 00, 32 and 39. RGB value is (0,50,57). Sum of RGB (Red+Green+Blue) = 0+50+57=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #003239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003239 is #FFCDC6. Grayscale: #232323. Windows color (decimal): -16764359 or 3748352. OLE color: 3748352.

HSL color Cylindrical-coordinate representation of color #003239: hue angle of 187.37º 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 #003239 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB05057-
CMYK10.1200.78
HSL187.37º100%11.18%-
HSV(B)187.37º100%22.35%-
XYZ1.882.584.27-
YUV35.85139.94102.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 57 (22.66% from 255) = 53.27%
R=0%
G=46.73%
B=53.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0505710.1200.78187.3710011.18
Hex0323964C04Ebb64b
Octal0627114414011627314413
Binary011001011100111001001100010011101011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003239; }

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

 H1.HeaderClassName
 {
   color: #003239;
 }
 .AnyTagClassName
 {
   color: #003239;
 }
</style>
background-color css

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

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

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

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

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

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