#03343E

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

Shades of Nordic #03343E

Tints of Nordic #03343E

Color information

#03343E (or 0x03343E) is unknown color: approx Nordic. HEX triplet: 03, 34 and 3E. RGB value is (3,52,62). Sum of RGB (Red+Green+Blue) = 3+52+62=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 52 (20.70% from 255 or 44.44% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #03343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03343E is #FCCBC1. Grayscale: #262626. Windows color (decimal): -16567234 or 4076547. OLE color: 4076547.

HSL color Cylindrical-coordinate representation of color #03343E: hue angle of 190.17º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03343E is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB35262-
CMYK0.950.1600.76
HSL190.17º90.77%12.75%-
HSV(B)190.17º95.16%24.31%-
XYZ2.142.824.99-
YUV38.49141.27102.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 52 (20.70% from 255) = 44.44%
BLUE value IS 62 (24.61% from 255) = 52.99%
R=2.56%
G=44.44%
B=52.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal352620.950.1600.76190.1790.7712.75
Hex3343E5F1004Cbe5bd
Octal3647613720011427613315
Binary11110100111110101111110000010011001011111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03343E; }

 p { color: rgb(3,52,62); }

 H1.HeaderClassName
 {
   color: #03343E;
 }
 .AnyTagClassName
 {
   color: #03343E;
 }
</style>
background-color css

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

 a { background-color: rgb(3,52,62); }

 div.DivClassName
 {
   background-color: #03343E;
 }
 .BgClassName
 {
   background-color: #03343E;
 }
</style>
border-color css

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

 span { border-color: rgb(3,52,62); }

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