Html Css Color HEX #35417E Resolution Blue

📋 copy color: '#35417E'

red 53 ◦ green 65 ◦ blue 126

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

Shades of Resolution Blue #35417E

Tints of Resolution Blue #35417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 21.72%
G = 26.64%
B = 51.64%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35417E (or 0x35417E) is known color: Resolution Blue. HEX triplet: 35, 41 and 7E. RGB value is (53,65,126). Sum of RGB (Red+Green+Blue) = 53+65+126=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #35417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35417E is #CABE81. Grayscale: #444444. Windows color (decimal): -13287042 or 8274229. OLE color: 8274229.

HSL color Cylindrical-coordinate representation of color #35417E: hue angle of 230.14º 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 #35417E is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 65 126 -
CMYK 0.58 0.48 0 0.51
HSL 230.14º 0.41% 0.35% -
HSV(B) 230.14º 0.58% 0.49% -
XYZ 7.12 6.04 20.53 -
YUV 68.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 53 65 126 0.58 0.48 0 0.51 230.14 0.41 0.35
Hex 35 41 7E 3A 30 0 33 E6 29 23
Octal 65 101 176 72 60 0 63 346 51 43
Binary 110101 1000001 1111110 111010 110000 0 110011 11100110 101001 100011

Color Harmonies of #35417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35417E

Black with #35417E

Text Example


Text Example

White with #35417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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