Html Css Color HEX #03303C Nordic

📋 copy color: '#03303C'

red 3 ◦ green 48 ◦ blue 60

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

Shades of Nordic #03303C

Tints of Nordic #03303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 54.05%

R = 2.7%
G = 43.24%
B = 54.05%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03303C (or 0x03303C) is known color: Nordic. HEX triplet: 03, 30 and 3C. RGB value is (3,48,60). Sum of RGB (Red+Green+Blue) = 3+48+60=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 60 (23.83% from 255 or 54.05% from 111); Max value from RGB is 60 - color contains mainly: blue. Hex color #03303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03303C is #FCCFC3. Grayscale: #232323. Windows color (decimal): -16568260 or 3944451. OLE color: 3944451.

HSL color Cylindrical-coordinate representation of color #03303C: hue angle of 192.63º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03303C is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 48 60 -
CMYK 0.95 0.20 0 0.76
HSL 192.63º 0.9% 0.12% -
HSV(B) 192.63º 0.95% 0.24% -
XYZ 1.91 2.46 4.65 -
YUV 35.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 3 48 60 0.95 0.20 0 0.76 192.63 0.9 0.12
Hex 3 30 3C 5F 14 0 4C C1 5A C
Octal 3 60 74 137 24 0 114 301 132 14
Binary 11 110000 111100 1011111 10100 0 1001100 11000001 1011010 1100

Color Harmonies of #03303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03303C

Black with #03303C

Text Example


Text Example

White with #03303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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