Html Css Color HEX #355388 Fun Blue

📋 copy color: '#355388'

red 53 ◦ green 83 ◦ blue 136

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

Shades of Fun Blue #355388

Tints of Fun Blue #355388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50%

R = 19.49%
G = 30.51%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#355388 (or 0x355388) is known color: Fun Blue. HEX triplet: 35, 53 and 88. RGB value is (53,83,136). Sum of RGB (Red+Green+Blue) = 53+83+136=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #355388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355388 is #CAAC77. Grayscale: #4F4F4F. Windows color (decimal): -13282424 or 8934197. OLE color: 8934197.

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

Color convert

RGB 53 83 136 -
CMYK 0.61 0.39 0 0.47
HSL 218.31º 0.44% 0.37% -
HSV(B) 218.31º 0.61% 0.53% -
XYZ 9.01 8.72 24.5 -
YUV 80.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 53 83 136 0.61 0.39 0 0.47 218.31 0.44 0.37
Hex 35 53 88 3D 27 0 2F DA 2C 25
Octal 65 123 210 75 47 0 57 332 54 45
Binary 110101 1010011 10001000 111101 100111 0 101111 11011010 101100 100101

Color Harmonies of #355388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355388

Black with #355388

Text Example


Text Example

White with #355388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355388; }

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

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

background-color css

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

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

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

border-color css

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

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

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