Html Css Color HEX #002B34 Nordic

📋 copy color: '#002B34'

red 0 ◦ green 43 ◦ blue 52

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

Shades of Nordic #002B34

Tints of Nordic #002B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 45.26%

 BLUE value IS 52 (20.7% from 255) = 54.74%

R = 0%
G = 45.26%
B = 54.74%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002B34 (or 0x002B34) is known color: Nordic. HEX triplet: 00, 2B and 34. RGB value is (0,43,52). Sum of RGB (Red+Green+Blue) = 0+43+52=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #002B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B34 is #FFD4CB. Grayscale: #1F1F1F. Windows color (decimal): -16766156 or 3418880. OLE color: 3418880.

HSL color Cylindrical-coordinate representation of color #002B34: hue angle of 190.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B34 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 43 52 -
CMYK 1 0.17 0 0.80
HSL 190.38º 1% 0.1% -
HSV(B) 190.38º 1% 0.2% -
XYZ 1.48 1.98 3.55 -
YUV 31.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 0 43 52 1 0.17 0 0.80 190.38 1 0.1
Hex 0 2B 34 64 11 0 50 BE 64 A
Octal 0 53 64 144 21 0 120 276 144 12
Binary 0 101011 110100 1100100 10001 0 1010000 10111110 1100100 1010

Color Harmonies of #002B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B34

Black with #002B34

Text Example


Text Example

White with #002B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,43,52); }

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

background-color css

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

 a { background-color: rgb(0,43,52); }

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

border-color css

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

 span { border-color: rgb(0,43,52); }

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