Html Css Color HEX #354283 Resolution Blue

📋 copy color: '#354283'

red 53 ◦ green 66 ◦ blue 131

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

Shades of Resolution Blue #354283

Tints of Resolution Blue #354283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 21.2%
G = 26.4%
B = 52.4%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#354283 (or 0x354283) is known color: Resolution Blue. HEX triplet: 35, 42 and 83. RGB value is (53,66,131). Sum of RGB (Red+Green+Blue) = 53+66+131=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #354283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354283 is #CABD7C. Grayscale: #454545. Windows color (decimal): -13286781 or 8602165. OLE color: 8602165.

HSL color Cylindrical-coordinate representation of color #354283: hue angle of 230º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #354283 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 66 131 -
CMYK 0.60 0.50 0 0.49
HSL 230º 0.42% 0.36% -
HSV(B) 230º 0.6% 0.51% -
XYZ 7.51 6.29 22.29 -
YUV 69.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 53 66 131 0.60 0.50 0 0.49 230 0.42 0.36
Hex 35 42 83 3C 32 0 31 E6 2A 24
Octal 65 102 203 74 62 0 61 346 52 44
Binary 110101 1000010 10000011 111100 110010 0 110001 11100110 101010 100100

Color Harmonies of #354283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354283

Black with #354283

Text Example


Text Example

White with #354283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354283; }

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

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

background-color css

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

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

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

border-color css

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

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

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