Html Css Color HEX #335082 Fun Blue

📋 copy color: '#335082'

red 51 ◦ green 80 ◦ blue 130

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

Shades of Fun Blue #335082

Tints of Fun Blue #335082

RGB

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

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

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

R = 19.54%
G = 30.65%
B = 49.81%

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

#335082 (or 0x335082) is known color: Fun Blue. HEX triplet: 33, 50 and 82. RGB value is (51,80,130). Sum of RGB (Red+Green+Blue) = 51+80+130=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #335082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335082 is #CCAF7D. Grayscale: #4C4C4C. Windows color (decimal): -13414270 or 8540211. OLE color: 8540211.

HSL color Cylindrical-coordinate representation of color #335082: hue angle of 217.97º 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 #335082 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 80 130 -
CMYK 0.61 0.38 0 0.49
HSL 217.97º 0.44% 0.35% -
HSV(B) 217.97º 0.61% 0.51% -
XYZ 8.26 8.05 22.24 -
YUV 77.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 51 80 130 0.61 0.38 0 0.49 217.97 0.44 0.35
Hex 33 50 82 3D 26 0 31 DA 2C 23
Octal 63 120 202 75 46 0 61 332 54 43
Binary 110011 1010000 10000010 111101 100110 0 110001 11011010 101100 100011

Color Harmonies of #335082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335082

Black with #335082

Text Example


Text Example

White with #335082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335082; }

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

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

background-color css

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

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

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

border-color css

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

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

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