#35558A

Color #35558A Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #35558A

Tints of Fun Blue #35558A

Color information

#35558A (or 0x35558A) is unknown color: approx Fun Blue. HEX triplet: 35, 55 and 8A. RGB value is (53,85,138). Sum of RGB (Red+Green+Blue) = 53+85+138=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #35558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35558A is #CAAA75. Grayscale: #515151. Windows color (decimal): -13281910 or 9065781. OLE color: 9065781.

HSL color Cylindrical-coordinate representation of color #35558A: hue angle of 217.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35558A is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5385138-
CMYK0.620.3800.46
HSL217.41º44.5%37.45%-
HSV(B)217.41º61.59%54.12%-
XYZ9.39.0925.31-
YUV81.47159.9107.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 138 (54.30% from 255) = 50%
R=19.20%
G=30.80%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53851380.620.3800.46217.4144.537.45
Hex35558A3E2602Ed92d25
Octal6512521276460563315545
Binary110101101010110001010111110100110010111011011001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35558A; }

 p { color: rgb(53,85,138); }

 H1.HeaderClassName
 {
   color: #35558A;
 }
 .AnyTagClassName
 {
   color: #35558A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,85,138); }

 div.DivClassName
 {
   background-color: #35558A;
 }
 .BgClassName
 {
   background-color: #35558A;
 }
</style>
border-color css

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

 span { border-color: rgb(53,85,138); }

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