Html Css Color HEX #002C3A Nordic

📋 copy color: '#002C3A'

red 0 ◦ green 44 ◦ blue 58

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

Shades of Nordic #002C3A

Tints of Nordic #002C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 43.14%

 BLUE value IS 58 (23.05% from 255) = 56.86%

R = 0%
G = 43.14%
B = 56.86%

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

#002C3A (or 0x002C3A) is known color: Nordic. HEX triplet: 00, 2C and 3A. RGB value is (0,44,58). Sum of RGB (Red+Green+Blue) = 0+44+58=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #002C3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C3A is #FFD3C5. Grayscale: #202020. Windows color (decimal): -16765894 or 3812352. OLE color: 3812352.

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

Color convert

RGB 0 44 58 -
CMYK 1 0.24 0 0.77
HSL 194.48º 1% 0.11% -
HSV(B) 194.48º 1% 0.23% -
XYZ 1.66 2.11 4.32 -
YUV 32.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 0 44 58 1 0.24 0 0.77 194.48 1 0.11
Hex 0 2C 3A 64 18 0 4D C2 64 B
Octal 0 54 72 144 30 0 115 302 144 13
Binary 0 101100 111010 1100100 11000 0 1001101 11000010 1100100 1011

Color Harmonies of #002C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C3A

Black with #002C3A

Text Example


Text Example

White with #002C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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