Html Css Color HEX #03343D Nordic

📋 copy color: '#03343D'

red 3 ◦ green 52 ◦ blue 61

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

Shades of Nordic #03343D

Tints of Nordic #03343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.83%

 BLUE value IS 61 (24.22% from 255) = 52.59%

R = 2.59%
G = 44.83%
B = 52.59%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03343D (or 0x03343D) is known color: Nordic. HEX triplet: 03, 34 and 3D. RGB value is (3,52,61). Sum of RGB (Red+Green+Blue) = 3+52+61=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #03343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03343D is #FCCBC2. Grayscale: #262626. Windows color (decimal): -16567235 or 4011011. OLE color: 4011011.

HSL color Cylindrical-coordinate representation of color #03343D: hue angle of 189.31º 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 #03343D is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 52 61 -
CMYK 0.95 0.15 0 0.76
HSL 189.31º 0.91% 0.13% -
HSV(B) 189.31º 0.95% 0.24% -
XYZ 2.11 2.81 4.85 -
YUV 38.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 3 52 61 0.95 0.15 0 0.76 189.31 0.91 0.13
Hex 3 34 3D 5F F 0 4C BD 5B D
Octal 3 64 75 137 17 0 114 275 133 15
Binary 11 110100 111101 1011111 1111 0 1001100 10111101 1011011 1101

Color Harmonies of #03343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03343D

Black with #03343D

Text Example


Text Example

White with #03343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03343D;
 }
 .AnyTagClassName
 {
   color: #03343D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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