Html Css Color HEX #355083 Fun Blue

📋 copy color: '#355083'

red 53 ◦ green 80 ◦ blue 131

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

Shades of Fun Blue #355083

Tints of Fun Blue #355083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 131 (51.56% from 255) = 49.62%

R = 20.08%
G = 30.3%
B = 49.62%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#355083 (or 0x355083) is known color: Fun Blue. HEX triplet: 35, 50 and 83. RGB value is (53,80,131). Sum of RGB (Red+Green+Blue) = 53+80+131=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #355083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355083 is #CAAF7C. Grayscale: #4D4D4D. Windows color (decimal): -13283197 or 8605749. OLE color: 8605749.

HSL color Cylindrical-coordinate representation of color #355083: hue angle of 219.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355083 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 80 131 -
CMYK 0.60 0.39 0 0.49
HSL 219.23º 0.42% 0.36% -
HSV(B) 219.23º 0.6% 0.51% -
XYZ 8.43 8.13 22.6 -
YUV 77.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 53 80 131 0.60 0.39 0 0.49 219.23 0.42 0.36
Hex 35 50 83 3C 27 0 31 DB 2A 24
Octal 65 120 203 74 47 0 61 333 52 44
Binary 110101 1010000 10000011 111100 100111 0 110001 11011011 101010 100100

Color Harmonies of #355083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355083

Black with #355083

Text Example


Text Example

White with #355083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355083; }

 p { color: rgb(53,80,131); }

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

background-color css

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

 a { background-color: rgb(53,80,131); }

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

border-color css

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

 span { border-color: rgb(53,80,131); }

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