Html Css Color HEX #03303A Nordic

📋 copy color: '#03303A'

red 3 ◦ green 48 ◦ blue 58

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

Shades of Nordic #03303A

Tints of Nordic #03303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.04%

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

R = 2.75%
G = 44.04%
B = 53.21%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03303A (or 0x03303A) is known color: Nordic. HEX triplet: 03, 30 and 3A. RGB value is (3,48,58). Sum of RGB (Red+Green+Blue) = 3+48+58=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 48 (19.14% from 255 or 44.04% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #03303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03303A is #FCCFC5. Grayscale: #232323. Windows color (decimal): -16568262 or 3813379. OLE color: 3813379.

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

Color convert

RGB 3 48 58 -
CMYK 0.95 0.17 0 0.77
HSL 190.91º 0.9% 0.12% -
HSV(B) 190.91º 0.95% 0.23% -
XYZ 1.86 2.44 4.38 -
YUV 35.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 3 48 58 0.95 0.17 0 0.77 190.91 0.9 0.12
Hex 3 30 3A 5F 11 0 4D BF 5A C
Octal 3 60 72 137 21 0 115 277 132 14
Binary 11 110000 111010 1011111 10001 0 1001101 10111111 1011010 1100

Color Harmonies of #03303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03303A

Black with #03303A

Text Example


Text Example

White with #03303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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