Html Css Color HEX #355389 Fun Blue

📋 copy color: '#355389'

red 53 ◦ green 83 ◦ blue 137

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

Shades of Fun Blue #355389

Tints of Fun Blue #355389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 19.41%
G = 30.4%
B = 50.18%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#355389 (or 0x355389) is known color: Fun Blue. HEX triplet: 35, 53 and 89. RGB value is (53,83,137). Sum of RGB (Red+Green+Blue) = 53+83+137=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #355389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355389 is #CAAC76. Grayscale: #4F4F4F. Windows color (decimal): -13282423 or 8999733. OLE color: 8999733.

HSL color Cylindrical-coordinate representation of color #355389: hue angle of 218.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355389 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 83 137 -
CMYK 0.61 0.39 0 0.46
HSL 218.57º 0.44% 0.37% -
HSV(B) 218.57º 0.61% 0.54% -
XYZ 9.08 8.75 24.88 -
YUV 80.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 53 83 137 0.61 0.39 0 0.46 218.57 0.44 0.37
Hex 35 53 89 3D 27 0 2E DB 2C 25
Octal 65 123 211 75 47 0 56 333 54 45
Binary 110101 1010011 10001001 111101 100111 0 101110 11011011 101100 100101

Color Harmonies of #355389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355389

Black with #355389

Text Example


Text Example

White with #355389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355389; }

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

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

background-color css

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

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

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

border-color css

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

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

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