Html Css Color HEX #335288 Fun Blue

📋 copy color: '#335288'

red 51 ◦ green 82 ◦ blue 136

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

Shades of Fun Blue #335288

Tints of Fun Blue #335288

RGB

 RED value IS 51 (20.31% from 255) = 18.96%

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 18.96%
G = 30.48%
B = 50.56%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#335288 (or 0x335288) is known color: Fun Blue. HEX triplet: 33, 52 and 88. RGB value is (51,82,136). Sum of RGB (Red+Green+Blue) = 51+82+136=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #335288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335288 is #CCAD77. Grayscale: #4E4E4E. Windows color (decimal): -13413752 or 8933939. OLE color: 8933939.

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

Color convert

RGB 51 82 136 -
CMYK 0.62 0.40 0 0.47
HSL 218.12º 0.45% 0.37% -
HSV(B) 218.12º 0.63% 0.53% -
XYZ 8.83 8.52 24.47 -
YUV 78.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 51 82 136 0.62 0.40 0 0.47 218.12 0.45 0.37
Hex 33 52 88 3E 28 0 2F DA 2D 25
Octal 63 122 210 76 50 0 57 332 55 45
Binary 110011 1010010 10001000 111110 101000 0 101111 11011010 101101 100101

Color Harmonies of #335288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335288

Black with #335288

Text Example


Text Example

White with #335288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335288; }

 p { color: rgb(51,82,136); }

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

background-color css

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

 a { background-color: rgb(51,82,136); }

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

border-color css

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

 span { border-color: rgb(51,82,136); }

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