Html Css Color HEX #35427E Resolution Blue

📋 copy color: '#35427E'

red 53 ◦ green 66 ◦ blue 126

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

Shades of Resolution Blue #35427E

Tints of Resolution Blue #35427E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 21.63%
G = 26.94%
B = 51.43%

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

#35427E (or 0x35427E) is known color: Resolution Blue. HEX triplet: 35, 42 and 7E. RGB value is (53,66,126). Sum of RGB (Red+Green+Blue) = 53+66+126=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #35427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35427E is #CABD81. Grayscale: #444444. Windows color (decimal): -13286786 or 8274485. OLE color: 8274485.

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

Color convert

RGB 53 66 126 -
CMYK 0.58 0.48 0 0.51
HSL 229.32º 0.41% 0.35% -
HSV(B) 229.32º 0.58% 0.49% -
XYZ 7.18 6.16 20.55 -
YUV 68.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 53 66 126 0.58 0.48 0 0.51 229.32 0.41 0.35
Hex 35 42 7E 3A 30 0 33 E5 29 23
Octal 65 102 176 72 60 0 63 345 51 43
Binary 110101 1000010 1111110 111010 110000 0 110011 11100101 101001 100011

Color Harmonies of #35427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35427E

Black with #35427E

Text Example


Text Example

White with #35427E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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