Html Css Color HEX #03323B Nordic

📋 copy color: '#03323B'

red 3 ◦ green 50 ◦ blue 59

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

Shades of Nordic #03323B

Tints of Nordic #03323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 52.68%

R = 2.68%
G = 44.64%
B = 52.68%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03323B (or 0x03323B) is known color: Nordic. HEX triplet: 03, 32 and 3B. RGB value is (3,50,59). Sum of RGB (Red+Green+Blue) = 3+50+59=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #03323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03323B is #FCCDC4. Grayscale: #242424. Windows color (decimal): -16567749 or 3879427. OLE color: 3879427.

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

Color convert

RGB 3 50 59 -
CMYK 0.95 0.15 0 0.77
HSL 189.64º 0.9% 0.12% -
HSV(B) 189.64º 0.95% 0.23% -
XYZ 1.97 2.62 4.54 -
YUV 36.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 3 50 59 0.95 0.15 0 0.77 189.64 0.9 0.12
Hex 3 32 3B 5F F 0 4D BE 5A C
Octal 3 62 73 137 17 0 115 276 132 14
Binary 11 110010 111011 1011111 1111 0 1001101 10111110 1011010 1100

Color Harmonies of #03323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03323B

Black with #03323B

Text Example


Text Example

White with #03323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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