Html Css Color HEX #033340 Nordic

📋 copy color: '#033340'

red 3 ◦ green 51 ◦ blue 64

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

Shades of Nordic #033340

Tints of Nordic #033340

RGB

 RED value IS 3 (1.56% from 255) = 2.54%

 GREEN value IS 51 (20.31% from 255) = 43.22%

 BLUE value IS 64 (25.39% from 255) = 54.24%

R = 2.54%
G = 43.22%
B = 54.24%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033340 (or 0x033340) is known color: Nordic. HEX triplet: 03, 33 and 40. RGB value is (3,51,64). Sum of RGB (Red+Green+Blue) = 3+51+64=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #033340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033340 is #FCCCBF. Grayscale: #262626. Windows color (decimal): -16567488 or 4207363. OLE color: 4207363.

HSL color Cylindrical-coordinate representation of color #033340: hue angle of 192.79º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033340 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 51 64 -
CMYK 0.95 0.20 0 0.75
HSL 192.79º 0.91% 0.13% -
HSV(B) 192.79º 0.95% 0.25% -
XYZ 2.15 2.76 5.27 -
YUV 38.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 3 51 64 0.95 0.20 0 0.75 192.79 0.91 0.13
Hex 3 33 40 5F 14 0 4B C1 5B D
Octal 3 63 100 137 24 0 113 301 133 15
Binary 11 110011 1000000 1011111 10100 0 1001011 11000001 1011011 1101

Color Harmonies of #033340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033340

Black with #033340

Text Example


Text Example

White with #033340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033340; }

 p { color: rgb(3,51,64); }

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

background-color css

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

 a { background-color: rgb(3,51,64); }

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

border-color css

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

 span { border-color: rgb(3,51,64); }

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