Html Css Color HEX #354373 Resolution Blue

📋 copy color: '#354373'

red 53 ◦ green 67 ◦ blue 115

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

Shades of Resolution Blue #354373

Tints of Resolution Blue #354373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 22.55%
G = 28.51%
B = 48.94%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#354373 (or 0x354373) is known color: Resolution Blue. HEX triplet: 35, 43 and 73. RGB value is (53,67,115). Sum of RGB (Red+Green+Blue) = 53+67+115=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #354373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354373 is #CABC8C. Grayscale: #444444. Windows color (decimal): -13286541 or 7553845. OLE color: 7553845.

HSL color Cylindrical-coordinate representation of color #354373: hue angle of 226.45º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354373 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 67 115 -
CMYK 0.54 0.42 0 0.55
HSL 226.45º 0.37% 0.33% -
HSV(B) 226.45º 0.54% 0.45% -
XYZ 6.57 6.01 17.03 -
YUV 68.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 53 67 115 0.54 0.42 0 0.55 226.45 0.37 0.33
Hex 35 43 73 36 2A 0 37 E2 25 21
Octal 65 103 163 66 52 0 67 342 45 41
Binary 110101 1000011 1110011 110110 101010 0 110111 11100010 100101 100001

Color Harmonies of #354373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354373

Black with #354373

Text Example


Text Example

White with #354373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354373; }

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

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

background-color css

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

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

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

border-color css

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

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

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