Html Css Color HEX #002C35 Nordic

📋 copy color: '#002C35'

red 0 ◦ green 44 ◦ blue 53

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

Shades of Nordic #002C35

Tints of Nordic #002C35

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 0 44 53 -
CMYK 1 0.17 0 0.79
HSL 190.19º 1% 0.1% -
HSV(B) 190.19º 1% 0.21% -
XYZ 1.54 2.06 3.68 -
YUV 31.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 0 44 53 1 0.17 0 0.79 190.19 1 0.1
Hex 0 2C 35 64 11 0 4F BE 64 A
Octal 0 54 65 144 21 0 117 276 144 12
Binary 0 101100 110101 1100100 10001 0 1001111 10111110 1100100 1010

Color Harmonies of #002C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C35

Black with #002C35

Text Example


Text Example

White with #002C35

Text Example


Text Example

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