#002C35

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

Shades of Nordic #002C35

Tints of Nordic #002C35

Color information

#002C35 (or 0x002C35) is unknown color: approx Nordic. HEX triplet: 00, 2C and 35. RGB value is (0,44,53). Sum of RGB (Red+Green+Blue) = 0+44+53=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #002C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C35 is #FFD3CA. Grayscale: #1F1F1F. Windows color (decimal): -16765899 or 3484672. OLE color: 3484672.

HSL color Cylindrical-coordinate representation of color #002C35: hue angle of 190.19º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C35 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB04453-
CMYK10.1700.79
HSL190.19º100%10.39%-
HSV(B)190.19º100%20.78%-
XYZ1.542.063.68-
YUV31.87139.92105.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 53 (21.09% from 255) = 54.64%
R=0%
G=45.36%
B=54.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0445310.1700.79190.1910010.39
Hex02C35641104Fbe64a
Octal0546514421011727614412
Binary0101100110101110010010001010011111011111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,44,53); }

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

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

 a { background-color: rgb(0,44,53); }

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

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

 span { border-color: rgb(0,44,53); }

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