Html Css Color HEX #35467B Resolution Blue

📋 copy color: '#35467B'

red 53 ◦ green 70 ◦ blue 123

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

Shades of Resolution Blue #35467B

Tints of Resolution Blue #35467B

RGB

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

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

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

R = 21.54%
G = 28.46%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35467B (or 0x35467B) is known color: Resolution Blue. HEX triplet: 35, 46 and 7B. RGB value is (53,70,123). Sum of RGB (Red+Green+Blue) = 53+70+123=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #35467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35467B is #CAB984. Grayscale: #464646. Windows color (decimal): -13285765 or 8078901. OLE color: 8078901.

HSL color Cylindrical-coordinate representation of color #35467B: hue angle of 225.43º 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 #35467B is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 70 123 -
CMYK 0.57 0.43 0 0.52
HSL 225.43º 0.4% 0.35% -
HSV(B) 225.43º 0.57% 0.48% -
XYZ 7.23 6.57 19.63 -
YUV 70.96 157.37 115.19 -
System Red Green Blue C M Y K H S L
Decimal 53 70 123 0.57 0.43 0 0.52 225.43 0.4 0.35
Hex 35 46 7B 39 2B 0 34 E1 28 23
Octal 65 106 173 71 53 0 64 341 50 43
Binary 110101 1000110 1111011 111001 101011 0 110100 11100001 101000 100011

Color Harmonies of #35467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35467B

Black with #35467B

Text Example


Text Example

White with #35467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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