Html Css Color HEX #354376 Resolution Blue

📋 copy color: '#354376'

red 53 ◦ green 67 ◦ blue 118

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

Shades of Resolution Blue #354376

Tints of Resolution Blue #354376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

 BLUE value IS 118 (46.48% from 255) = 49.58%

R = 22.27%
G = 28.15%
B = 49.58%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354376 (or 0x354376) is known color: Resolution Blue. HEX triplet: 35, 43 and 76. RGB value is (53,67,118). Sum of RGB (Red+Green+Blue) = 53+67+118=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #354376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354376 is #CABC89. Grayscale: #444444. Windows color (decimal): -13286538 or 7750453. OLE color: 7750453.

HSL color Cylindrical-coordinate representation of color #354376: hue angle of 227.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354376 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 67 118 -
CMYK 0.55 0.43 0 0.54
HSL 227.08º 0.38% 0.34% -
HSV(B) 227.08º 0.55% 0.46% -
XYZ 6.75 6.08 17.96 -
YUV 68.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 53 67 118 0.55 0.43 0 0.54 227.08 0.38 0.34
Hex 35 43 76 37 2B 0 36 E3 26 22
Octal 65 103 166 67 53 0 66 343 46 42
Binary 110101 1000011 1110110 110111 101011 0 110110 11100011 100110 100010

Color Harmonies of #354376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354376

Black with #354376

Text Example


Text Example

White with #354376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354376; }

 p { color: rgb(53,67,118); }

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

background-color css

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

 a { background-color: rgb(53,67,118); }

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

border-color css

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

 span { border-color: rgb(53,67,118); }

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