Html Css Color HEX #002C38 Nordic

📋 copy color: '#002C38'

red 0 ◦ green 44 ◦ blue 56

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

Shades of Nordic #002C38

Tints of Nordic #002C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 56%

R = 0%
G = 44%
B = 56%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#002C38 (or 0x002C38) is known color: Nordic. HEX triplet: 00, 2C and 38. RGB value is (0,44,56). Sum of RGB (Red+Green+Blue) = 0+44+56=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #002C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C38 is #FFD3C7. Grayscale: #202020. Windows color (decimal): -16765896 or 3681280. OLE color: 3681280.

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

Color convert

RGB 0 44 56 -
CMYK 1 0.21 0 0.78
HSL 192.86º 1% 0.11% -
HSV(B) 192.86º 1% 0.22% -
XYZ 1.61 2.09 4.06 -
YUV 32.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 0 44 56 1 0.21 0 0.78 192.86 1 0.11
Hex 0 2C 38 64 15 0 4E C1 64 B
Octal 0 54 70 144 25 0 116 301 144 13
Binary 0 101100 111000 1100100 10101 0 1001110 11000001 1100100 1011

Color Harmonies of #002C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002C38

Black with #002C38

Text Example


Text Example

White with #002C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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