Html Css Color HEX #002D3B Nordic

📋 copy color: '#002D3B'

red 0 ◦ green 45 ◦ blue 59

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

Shades of Nordic #002D3B

Tints of Nordic #002D3B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 45 (17.97% from 255) = 43.27%

 BLUE value IS 59 (23.44% from 255) = 56.73%

R = 0%
G = 43.27%
B = 56.73%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#002D3B (or 0x002D3B) is known color: Nordic. HEX triplet: 00, 2D and 3B. RGB value is (0,45,59). Sum of RGB (Red+Green+Blue) = 0+45+59=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #002D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D3B is #FFD2C4. Grayscale: #212121. Windows color (decimal): -16765637 or 3878144. OLE color: 3878144.

HSL color Cylindrical-coordinate representation of color #002D3B: hue angle of 194.24º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D3B is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 45 59 -
CMYK 1 0.24 0 0.77
HSL 194.24º 1% 0.12% -
HSV(B) 194.24º 1% 0.23% -
XYZ 1.73 2.19 4.47 -
YUV 33.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 0 45 59 1 0.24 0 0.77 194.24 1 0.12
Hex 0 2D 3B 64 18 0 4D C2 64 C
Octal 0 55 73 144 30 0 115 302 144 14
Binary 0 101101 111011 1100100 11000 0 1001101 11000010 1100100 1100

Color Harmonies of #002D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D3B

Black with #002D3B

Text Example


Text Example

White with #002D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002D3B;
 }
 .AnyTagClassName
 {
   color: #002D3B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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