Html Css Color HEX #033240 Nordic

📋 copy color: '#033240'

red 3 ◦ green 50 ◦ blue 64

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

Shades of Nordic #033240

Tints of Nordic #033240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.74%

 BLUE value IS 64 (25.39% from 255) = 54.7%

R = 2.56%
G = 42.74%
B = 54.7%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033240 (or 0x033240) is known color: Nordic. HEX triplet: 03, 32 and 40. RGB value is (3,50,64). Sum of RGB (Red+Green+Blue) = 3+50+64=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #033240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033240 is #FCCDBF. Grayscale: #252525. Windows color (decimal): -16567744 or 4207107. OLE color: 4207107.

HSL color Cylindrical-coordinate representation of color #033240: hue angle of 193.77º 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 #033240 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 50 64 -
CMYK 0.95 0.22 0 0.75
HSL 193.77º 0.91% 0.13% -
HSV(B) 193.77º 0.95% 0.25% -
XYZ 2.1 2.67 5.26 -
YUV 37.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 3 50 64 0.95 0.22 0 0.75 193.77 0.91 0.13
Hex 3 32 40 5F 16 0 4B C2 5B D
Octal 3 62 100 137 26 0 113 302 133 15
Binary 11 110010 1000000 1011111 10110 0 1001011 11000010 1011011 1101

Color Harmonies of #033240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033240

Black with #033240

Text Example


Text Example

White with #033240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033240; }

 p { color: rgb(3,50,64); }

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

background-color css

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

 a { background-color: rgb(3,50,64); }

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

border-color css

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

 span { border-color: rgb(3,50,64); }

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