Html Css Color HEX #03333F Nordic

📋 copy color: '#03333F'

red 3 ◦ green 51 ◦ blue 63

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

Shades of Nordic #03333F

Tints of Nordic #03333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 53.85%

R = 2.56%
G = 43.59%
B = 53.85%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#03333F (or 0x03333F) is known color: Nordic. HEX triplet: 03, 33 and 3F. RGB value is (3,51,63). Sum of RGB (Red+Green+Blue) = 3+51+63=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #03333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03333F is #FCCCC0. Grayscale: #252525. Windows color (decimal): -16567489 or 4141827. OLE color: 4141827.

HSL color Cylindrical-coordinate representation of color #03333F: hue angle of 192º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03333F is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 51 63 -
CMYK 0.95 0.19 0 0.75
HSL 192º 0.91% 0.13% -
HSV(B) 192º 0.95% 0.25% -
XYZ 2.12 2.75 5.12 -
YUV 38.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 3 51 63 0.95 0.19 0 0.75 192 0.91 0.13
Hex 3 33 3F 5F 13 0 4B C0 5B D
Octal 3 63 77 137 23 0 113 300 133 15
Binary 11 110011 111111 1011111 10011 0 1001011 11000000 1011011 1101

Color Harmonies of #03333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03333F

Black with #03333F

Text Example


Text Example

White with #03333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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