Html Css Color HEX #335182 Fun Blue

📋 copy color: '#335182'

red 51 ◦ green 81 ◦ blue 130

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

Shades of Fun Blue #335182

Tints of Fun Blue #335182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

 BLUE value IS 130 (51.17% from 255) = 49.62%

R = 19.47%
G = 30.92%
B = 49.62%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335182 (or 0x335182) is known color: Fun Blue. HEX triplet: 33, 51 and 82. RGB value is (51,81,130). Sum of RGB (Red+Green+Blue) = 51+81+130=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #335182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335182 is #CCAE7D. Grayscale: #4D4D4D. Windows color (decimal): -13414014 or 8540467. OLE color: 8540467.

HSL color Cylindrical-coordinate representation of color #335182: hue angle of 217.22º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335182 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 81 130 -
CMYK 0.61 0.38 0 0.49
HSL 217.22º 0.44% 0.35% -
HSV(B) 217.22º 0.61% 0.51% -
XYZ 8.34 8.2 22.26 -
YUV 77.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 51 81 130 0.61 0.38 0 0.49 217.22 0.44 0.35
Hex 33 51 82 3D 26 0 31 D9 2C 23
Octal 63 121 202 75 46 0 61 331 54 43
Binary 110011 1010001 10000010 111101 100110 0 110001 11011001 101100 100011

Color Harmonies of #335182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335182

Black with #335182

Text Example


Text Example

White with #335182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335182; }

 p { color: rgb(51,81,130); }

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

background-color css

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

 a { background-color: rgb(51,81,130); }

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

border-color css

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

 span { border-color: rgb(51,81,130); }

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