Html Css Color HEX #002D35 Nordic

📋 copy color: '#002D35'

red 0 ◦ green 45 ◦ blue 53

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

Shades of Nordic #002D35

Tints of Nordic #002D35

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 value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#002D35 (or 0x002D35) is known color: 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

RGB 0 45 53 -
CMYK 1 0.15 0 0.79
HSL 189.06º 1% 0.1% -
HSV(B) 189.06º 1% 0.21% -
XYZ 1.58 2.13 3.7 -
YUV 32.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 0 45 53 1 0.15 0 0.79 189.06 1 0.1
Hex 0 2D 35 64 F 0 4F BD 64 A
Octal 0 55 65 144 17 0 117 275 144 12
Binary 0 101101 110101 1100100 1111 0 1001111 10111101 1100100 1010

Color Harmonies of #002D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D35

Black with #002D35

Text Example


Text Example

White with #002D35

Text Example


Text Example

HTML Codes & Css Web 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>