Html Css Color HEX #03323A Nordic

📋 copy color: '#03323A'

red 3 ◦ green 50 ◦ blue 58

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

Shades of Nordic #03323A

Tints of Nordic #03323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 52.25%

R = 2.7%
G = 45.05%
B = 52.25%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03323A (or 0x03323A) is known color: Nordic. HEX triplet: 03, 32 and 3A. RGB value is (3,50,58). Sum of RGB (Red+Green+Blue) = 3+50+58=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #03323A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03323A is #FCCDC5. Grayscale: #242424. Windows color (decimal): -16567750 or 3813891. OLE color: 3813891.

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

Color convert

RGB 3 50 58 -
CMYK 0.95 0.14 0 0.77
HSL 188.73º 0.9% 0.12% -
HSV(B) 188.73º 0.95% 0.23% -
XYZ 1.94 2.61 4.4 -
YUV 36.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 3 50 58 0.95 0.14 0 0.77 188.73 0.9 0.12
Hex 3 32 3A 5F E 0 4D BD 5A C
Octal 3 62 72 137 16 0 115 275 132 14
Binary 11 110010 111010 1011111 1110 0 1001101 10111101 1011010 1100

Color Harmonies of #03323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03323A

Black with #03323A

Text Example


Text Example

White with #03323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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