#002D35

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

Shades of Nordic #002D35

Tints of Nordic #002D35

Color information

#002D35 (or 0x002D35) is unknown color: approx Nordic. HEX triplet: 00, 2D and 35. RGB value is (0,45,53). Sum of RGB (Red+Green+Blue) = 0+45+53=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #002D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D35 is #FFD2CA. Grayscale: #202020. Windows color (decimal): -16765643 or 3484928. OLE color: 3484928.

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

Color convert

RGB04553-
CMYK10.1500.79
HSL189.06º100%10.39%-
HSV(B)189.06º100%20.78%-
XYZ1.582.133.7-
YUV32.46139.59104.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 53 (21.09% from 255) = 54.08%
R=0%
G=45.92%
B=54.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0455310.1500.79189.0610010.39
Hex02D3564F04Fbd64a
Octal0556514417011727514412
Binary010110111010111001001111010011111011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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