Html Css Color HEX #03343E Nordic

📋 copy color: '#03343E'

red 3 ◦ green 52 ◦ blue 62

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

Shades of Nordic #03343E

Tints of Nordic #03343E

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03343E (or 0x03343E) is known color: 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

RGB 3 52 62 -
CMYK 0.95 0.16 0 0.76
HSL 190.17º 0.91% 0.13% -
HSV(B) 190.17º 0.95% 0.24% -
XYZ 2.14 2.82 4.99 -
YUV 38.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 3 52 62 0.95 0.16 0 0.76 190.17 0.91 0.13
Hex 3 34 3E 5F 10 0 4C BE 5B D
Octal 3 64 76 137 20 0 114 276 133 15
Binary 11 110100 111110 1011111 10000 0 1001100 10111110 1011011 1101

Color Harmonies of #03343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03343E

Black with #03343E

Text Example


Text Example

White with #03343E

Text Example


Text Example

HTML Codes & Css Web 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>