Html Css Color HEX #033039 Nordic

📋 copy color: '#033039'

red 3 ◦ green 48 ◦ blue 57

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

Shades of Nordic #033039

Tints of Nordic #033039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 52.78%

R = 2.78%
G = 44.44%
B = 52.78%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#033039 (or 0x033039) is known color: Nordic. HEX triplet: 03, 30 and 39. RGB value is (3,48,57). Sum of RGB (Red+Green+Blue) = 3+48+57=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #033039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033039 is #FCCFC6. Grayscale: #232323. Windows color (decimal): -16568263 or 3747843. OLE color: 3747843.

HSL color Cylindrical-coordinate representation of color #033039: hue angle of 190º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033039 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 48 57 -
CMYK 0.95 0.16 0 0.78
HSL 190º 0.9% 0.12% -
HSV(B) 190º 0.95% 0.22% -
XYZ 1.83 2.43 4.24 -
YUV 35.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 3 48 57 0.95 0.16 0 0.78 190 0.9 0.12
Hex 3 30 39 5F 10 0 4E BE 5A C
Octal 3 60 71 137 20 0 116 276 132 14
Binary 11 110000 111001 1011111 10000 0 1001110 10111110 1011010 1100

Color Harmonies of #033039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033039

Black with #033039

Text Example


Text Example

White with #033039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033039; }

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

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

background-color css

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

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

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

border-color css

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

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

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