Html Css Color HEX #35467E Resolution Blue

📋 copy color: '#35467E'

red 53 ◦ green 70 ◦ blue 126

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

Shades of Resolution Blue #35467E

Tints of Resolution Blue #35467E

RGB

 RED value IS 53 (21.09% from 255) = 21.29%

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 126 (49.61% from 255) = 50.6%

R = 21.29%
G = 28.11%
B = 50.6%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35467E (or 0x35467E) is known color: Resolution Blue. HEX triplet: 35, 46 and 7E. RGB value is (53,70,126). Sum of RGB (Red+Green+Blue) = 53+70+126=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 126 (49.61% from 255 or 50.60% from 249); Max value from RGB is 126 - color contains mainly: blue. Hex color #35467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35467E is #CAB981. Grayscale: #474747. Windows color (decimal): -13285762 or 8275509. OLE color: 8275509.

HSL color Cylindrical-coordinate representation of color #35467E: hue angle of 226.03º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35467E is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 70 126 -
CMYK 0.58 0.44 0 0.51
HSL 226.03º 0.41% 0.35% -
HSV(B) 226.03º 0.58% 0.49% -
XYZ 7.42 6.64 20.63 -
YUV 71.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 53 70 126 0.58 0.44 0 0.51 226.03 0.41 0.35
Hex 35 46 7E 3A 2C 0 33 E2 29 23
Octal 65 106 176 72 54 0 63 342 51 43
Binary 110101 1000110 1111110 111010 101100 0 110011 11100010 101001 100011

Color Harmonies of #35467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35467E

Black with #35467E

Text Example


Text Example

White with #35467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35467E; }

 p { color: rgb(53,70,126); }

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

background-color css

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

 a { background-color: rgb(53,70,126); }

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

border-color css

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

 span { border-color: rgb(53,70,126); }

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