Html Css Color HEX #335283 Fun Blue

📋 copy color: '#335283'

red 51 ◦ green 82 ◦ blue 131

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

Shades of Fun Blue #335283

Tints of Fun Blue #335283

RGB

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

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

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

R = 19.32%
G = 31.06%
B = 49.62%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#335283 (or 0x335283) is known color: Fun Blue. HEX triplet: 33, 52 and 83. RGB value is (51,82,131). Sum of RGB (Red+Green+Blue) = 51+82+131=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 82 (32.42% from 255 or 31.06% 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 #335283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335283 is #CCAD7C. Grayscale: #4E4E4E. Windows color (decimal): -13413757 or 8606259. OLE color: 8606259.

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

Color convert

RGB 51 82 131 -
CMYK 0.61 0.37 0 0.49
HSL 216.75º 0.44% 0.36% -
HSV(B) 216.75º 0.61% 0.51% -
XYZ 8.48 8.38 22.64 -
YUV 78.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 51 82 131 0.61 0.37 0 0.49 216.75 0.44 0.36
Hex 33 52 83 3D 25 0 31 D9 2C 24
Octal 63 122 203 75 45 0 61 331 54 44
Binary 110011 1010010 10000011 111101 100101 0 110001 11011001 101100 100100

Color Harmonies of #335283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335283

Black with #335283

Text Example


Text Example

White with #335283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335283; }

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

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

background-color css

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

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

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

border-color css

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

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

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