#03343B

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

Shades of Nordic #03343B

Tints of Nordic #03343B

Color information

#03343B (or 0x03343B) is unknown color: approx Nordic. HEX triplet: 03, 34 and 3B. RGB value is (3,52,59). Sum of RGB (Red+Green+Blue) = 3+52+59=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #03343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03343B is #FCCBC4. Grayscale: #262626. Windows color (decimal): -16567237 or 3879939. OLE color: 3879939.

HSL color Cylindrical-coordinate representation of color #03343B: hue angle of 187.5º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03343B is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB35259-
CMYK0.950.1200.77
HSL187.5º90.32%12.16%-
HSV(B)187.5º94.92%23.14%-
XYZ2.052.794.57-
YUV38.15139.77102.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 59 (23.44% from 255) = 51.75%
R=2.63%
G=45.61%
B=51.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal352590.950.1200.77187.590.3212.16
Hex3343B5FC04Dbc5ac
Octal3647313714011527413214
Binary1111010011101110111111100010011011011110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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