Html Css Color HEX #35427B Resolution Blue

📋 copy color: '#35427B'

red 53 ◦ green 66 ◦ blue 123

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

Shades of Resolution Blue #35427B

Tints of Resolution Blue #35427B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 21.9%
G = 27.27%
B = 50.83%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35427B (or 0x35427B) is known color: Resolution Blue. HEX triplet: 35, 42 and 7B. RGB value is (53,66,123). Sum of RGB (Red+Green+Blue) = 53+66+123=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #35427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35427B is #CABD84. Grayscale: #444444. Windows color (decimal): -13286789 or 8077877. OLE color: 8077877.

HSL color Cylindrical-coordinate representation of color #35427B: hue angle of 228.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35427B is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 66 123 -
CMYK 0.57 0.46 0 0.52
HSL 228.86º 0.4% 0.35% -
HSV(B) 228.86º 0.57% 0.48% -
XYZ 6.99 6.08 19.54 -
YUV 68.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 53 66 123 0.57 0.46 0 0.52 228.86 0.4 0.35
Hex 35 42 7B 39 2E 0 34 E5 28 23
Octal 65 102 173 71 56 0 64 345 50 43
Binary 110101 1000010 1111011 111001 101110 0 110100 11100101 101000 100011

Color Harmonies of #35427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35427B

Black with #35427B

Text Example


Text Example

White with #35427B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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