Html Css Color HEX #335083 Fun Blue

📋 copy color: '#335083'

red 51 ◦ green 80 ◦ blue 131

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

Shades of Fun Blue #335083

Tints of Fun Blue #335083

RGB

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

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

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

R = 19.47%
G = 30.53%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335083 (or 0x335083) is known color: Fun Blue. HEX triplet: 33, 50 and 83. RGB value is (51,80,131). Sum of RGB (Red+Green+Blue) = 51+80+131=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #335083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335083 is #CCAF7C. Grayscale: #4C4C4C. Windows color (decimal): -13414269 or 8605747. OLE color: 8605747.

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

Color convert

RGB 51 80 131 -
CMYK 0.61 0.39 0 0.49
HSL 218.25º 0.44% 0.36% -
HSV(B) 218.25º 0.61% 0.51% -
XYZ 8.33 8.08 22.59 -
YUV 77.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 51 80 131 0.61 0.39 0 0.49 218.25 0.44 0.36
Hex 33 50 83 3D 27 0 31 DA 2C 24
Octal 63 120 203 75 47 0 61 332 54 44
Binary 110011 1010000 10000011 111101 100111 0 110001 11011010 101100 100100

Color Harmonies of #335083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335083

Black with #335083

Text Example


Text Example

White with #335083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335083; }

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

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

background-color css

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

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

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

border-color css

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

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

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