#033340

Color #033340 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #033340

Tints of Nordic #033340

Color information

#033340 (or 0x033340) is unknown color: approx 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

RGB35164-
CMYK0.950.2000.75
HSL192.79º91.04%13.14%-
HSV(B)192.79º95.31%25.1%-
XYZ2.152.765.27-
YUV38.13142.6102.94-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal351640.950.2000.75192.7991.0413.14
Hex333405F1404Bc15bd
Octal36310013724011330113315
Binary111100111000000101111110100010010111100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>