Html Css Color HEX #355385 Fun Blue

📋 copy color: '#355385'

red 53 ◦ green 83 ◦ blue 133

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

Shades of Fun Blue #355385

Tints of Fun Blue #355385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 19.7%
G = 30.86%
B = 49.44%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#355385 (or 0x355385) is known color: Fun Blue. HEX triplet: 35, 53 and 85. RGB value is (53,83,133). Sum of RGB (Red+Green+Blue) = 53+83+133=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #355385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355385 is #CAAC7A. Grayscale: #4F4F4F. Windows color (decimal): -13282427 or 8737589. OLE color: 8737589.

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

Color convert

RGB 53 83 133 -
CMYK 0.60 0.38 0 0.48
HSL 217.5º 0.43% 0.36% -
HSV(B) 217.5º 0.6% 0.52% -
XYZ 8.8 8.64 23.39 -
YUV 79.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 53 83 133 0.60 0.38 0 0.48 217.5 0.43 0.36
Hex 35 53 85 3C 26 0 30 DA 2B 24
Octal 65 123 205 74 46 0 60 332 53 44
Binary 110101 1010011 10000101 111100 100110 0 110000 11011010 101011 100100

Color Harmonies of #355385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355385

Black with #355385

Text Example


Text Example

White with #355385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355385; }

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

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

background-color css

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

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

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

border-color css

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

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

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