Html Css Color HEX #03323F Nordic

📋 copy color: '#03323F'

red 3 ◦ green 50 ◦ blue 63

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

Shades of Nordic #03323F

Tints of Nordic #03323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 63 (25% from 255) = 54.31%

R = 2.59%
G = 43.1%
B = 54.31%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#03323F (or 0x03323F) is known color: Nordic. HEX triplet: 03, 32 and 3F. RGB value is (3,50,63). Sum of RGB (Red+Green+Blue) = 3+50+63=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #03323F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03323F is #FCCDC0. Grayscale: #252525. Windows color (decimal): -16567745 or 4141571. OLE color: 4141571.

HSL color Cylindrical-coordinate representation of color #03323F: hue angle of 193º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03323F is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 50 63 -
CMYK 0.95 0.21 0 0.75
HSL 193º 0.91% 0.13% -
HSV(B) 193º 0.95% 0.25% -
XYZ 2.08 2.66 5.11 -
YUV 37.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 3 50 63 0.95 0.21 0 0.75 193 0.91 0.13
Hex 3 32 3F 5F 15 0 4B C1 5B D
Octal 3 62 77 137 25 0 113 301 133 15
Binary 11 110010 111111 1011111 10101 0 1001011 11000001 1011011 1101

Color Harmonies of #03323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03323F

Black with #03323F

Text Example


Text Example

White with #03323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03323F; }

 p { color: rgb(3,50,63); }

 H1.HeaderClassName
 {
   color: #03323F;
 }
 .AnyTagClassName
 {
   color: #03323F;
 }
</style>

background-color css

<style>
 a { background-color: #03323F; }

 a { background-color: rgb(3,50,63); }

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

border-color css

<style>
 span { border-color: #03323F; }

 span { border-color: rgb(3,50,63); }

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