#03343C

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

Shades of Nordic #03343C

Tints of Nordic #03343C

Color information

#03343C (or 0x03343C) is unknown color: approx Nordic. HEX triplet: 03, 34 and 3C. RGB value is (3,52,60). Sum of RGB (Red+Green+Blue) = 3+52+60=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #03343C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03343C is #FCCBC3. Grayscale: #262626. Windows color (decimal): -16567236 or 3945475. OLE color: 3945475.

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

Color convert

RGB35260-
CMYK0.950.1300.76
HSL188.42º90.48%12.35%-
HSV(B)188.42º95%23.53%-
XYZ2.082.84.71-
YUV38.26140.27102.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 60 (23.83% from 255) = 52.17%
R=2.61%
G=45.22%
B=52.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal352600.950.1300.76188.4290.4812.35
Hex3343C5FD04Cbc5ac
Octal3647413715011427413214
Binary1111010011110010111111101010011001011110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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