#002B37

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

Shades of Nordic #002B37

Tints of Nordic #002B37

Color information

#002B37 (or 0x002B37) is unknown color: approx Nordic. HEX triplet: 00, 2B and 37. RGB value is (0,43,55). Sum of RGB (Red+Green+Blue) = 0+43+55=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #002B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B37 is #FFD4C8. Grayscale: #1F1F1F. Windows color (decimal): -16766153 or 3615488. OLE color: 3615488.

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

Color convert

RGB04355-
CMYK10.2200.78
HSL193.09º100%10.78%-
HSV(B)193.09º100%21.57%-
XYZ1.5523.92-
YUV31.51141.25105.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 43.88%
BLUE value IS 55 (21.88% from 255) = 56.12%
R=0%
G=43.88%
B=56.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0435510.2200.78193.0910010.78
Hex02B37641604Ec164b
Octal0536714426011630114413
Binary0101011110111110010010110010011101100000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002B37; }

 p { color: rgb(0,43,55); }

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

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

 a { background-color: rgb(0,43,55); }

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

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

 span { border-color: rgb(0,43,55); }

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