Html Css Color HEX #03333D Nordic

📋 copy color: '#03333D'

red 3 ◦ green 51 ◦ blue 61

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

Shades of Nordic #03333D

Tints of Nordic #03333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 53.04%

R = 2.61%
G = 44.35%
B = 53.04%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03333D (or 0x03333D) is known color: Nordic. HEX triplet: 03, 33 and 3D. RGB value is (3,51,61). Sum of RGB (Red+Green+Blue) = 3+51+61=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #03333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03333D is #FCCCC2. Grayscale: #252525. Windows color (decimal): -16567491 or 4010755. OLE color: 4010755.

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

Color convert

RGB 3 51 61 -
CMYK 0.95 0.16 0 0.76
HSL 190.34º 0.91% 0.13% -
HSV(B) 190.34º 0.95% 0.24% -
XYZ 2.06 2.72 4.83 -
YUV 37.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 3 51 61 0.95 0.16 0 0.76 190.34 0.91 0.13
Hex 3 33 3D 5F 10 0 4C BE 5B D
Octal 3 63 75 137 20 0 114 276 133 15
Binary 11 110011 111101 1011111 10000 0 1001100 10111110 1011011 1101

Color Harmonies of #03333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03333D

Black with #03333D

Text Example


Text Example

White with #03333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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