Html Css Color HEX #355386 Fun Blue

📋 copy color: '#355386'

red 53 ◦ green 83 ◦ blue 134

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

Shades of Fun Blue #355386

Tints of Fun Blue #355386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

 BLUE value IS 134 (52.73% from 255) = 49.63%

R = 19.63%
G = 30.74%
B = 49.63%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#355386 (or 0x355386) is known color: Fun Blue. HEX triplet: 35, 53 and 86. RGB value is (53,83,134). Sum of RGB (Red+Green+Blue) = 53+83+134=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #355386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355386 is #CAAC79. Grayscale: #4F4F4F. Windows color (decimal): -13282426 or 8803125. OLE color: 8803125.

HSL color Cylindrical-coordinate representation of color #355386: hue angle of 217.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355386 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 83 134 -
CMYK 0.60 0.38 0 0.47
HSL 217.78º 0.43% 0.37% -
HSV(B) 217.78º 0.6% 0.53% -
XYZ 8.86 8.66 23.76 -
YUV 79.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 53 83 134 0.60 0.38 0 0.47 217.78 0.43 0.37
Hex 35 53 86 3C 26 0 2F DA 2B 25
Octal 65 123 206 74 46 0 57 332 53 45
Binary 110101 1010011 10000110 111100 100110 0 101111 11011010 101011 100101

Color Harmonies of #355386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355386

Black with #355386

Text Example


Text Example

White with #355386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355386; }

 p { color: rgb(53,83,134); }

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

background-color css

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

 a { background-color: rgb(53,83,134); }

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

border-color css

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

 span { border-color: rgb(53,83,134); }

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