Html Css Color HEX #333E70 Resolution Blue

📋 copy color: '#333E70'

red 51 ◦ green 62 ◦ blue 112

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

Shades of Resolution Blue #333E70

Tints of Resolution Blue #333E70

RGB

 RED value IS 51 (20.31% from 255) = 22.67%

 GREEN value IS 62 (24.61% from 255) = 27.56%

 BLUE value IS 112 (44.14% from 255) = 49.78%

R = 22.67%
G = 27.56%
B = 49.78%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#333E70 (or 0x333E70) is known color: Resolution Blue. HEX triplet: 33, 3E and 70. RGB value is (51,62,112). Sum of RGB (Red+Green+Blue) = 51+62+112=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #333E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E70 is #CCC18F. Grayscale: #404040. Windows color (decimal): -13418896 or 7355955. OLE color: 7355955.

HSL color Cylindrical-coordinate representation of color #333E70: hue angle of 229.18º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333E70 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 62 112 -
CMYK 0.54 0.45 0 0.56
HSL 229.18º 0.37% 0.32% -
HSV(B) 229.18º 0.54% 0.44% -
XYZ 6.01 5.32 16.04 -
YUV 64.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 51 62 112 0.54 0.45 0 0.56 229.18 0.37 0.32
Hex 33 3E 70 36 2D 0 38 E5 25 20
Octal 63 76 160 66 55 0 70 345 45 40
Binary 110011 111110 1110000 110110 101101 0 111000 11100101 100101 100000

Color Harmonies of #333E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333E70

Black with #333E70

Text Example


Text Example

White with #333E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333E70; }

 p { color: rgb(51,62,112); }

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

background-color css

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

 a { background-color: rgb(51,62,112); }

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

border-color css

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

 span { border-color: rgb(51,62,112); }

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