Html Css Color HEX #03333A Nordic

📋 copy color: '#03333A'

red 3 ◦ green 51 ◦ blue 58

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

Shades of Nordic #03333A

Tints of Nordic #03333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.54%

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

R = 2.68%
G = 45.54%
B = 51.79%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#03333A (or 0x03333A) is known color: Nordic. HEX triplet: 03, 33 and 3A. RGB value is (3,51,58). Sum of RGB (Red+Green+Blue) = 3+51+58=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #03333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03333A is #FCCCC5. Grayscale: #252525. Windows color (decimal): -16567494 or 3814147. OLE color: 3814147.

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

Color convert

RGB 3 51 58 -
CMYK 0.95 0.12 0 0.77
HSL 187.64º 0.9% 0.12% -
HSV(B) 187.64º 0.95% 0.23% -
XYZ 1.99 2.69 4.42 -
YUV 37.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 3 51 58 0.95 0.12 0 0.77 187.64 0.9 0.12
Hex 3 33 3A 5F C 0 4D BC 5A C
Octal 3 63 72 137 14 0 115 274 132 14
Binary 11 110011 111010 1011111 1100 0 1001101 10111100 1011010 1100

Color Harmonies of #03333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03333A

Black with #03333A

Text Example


Text Example

White with #03333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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