Html Css Color HEX #335AD4 Free Speech Blue

📋 copy color: '#335AD4'

red 51 ◦ green 90 ◦ blue 212

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

Shades of Free Speech Blue #335AD4

Tints of Free Speech Blue #335AD4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 212 (83.2% from 255) = 60.06%

R = 14.45%
G = 25.5%
B = 60.06%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#335AD4 (or 0x335AD4) is known color: Free Speech Blue. HEX triplet: 33, 5A and D4. RGB value is (51,90,212). Sum of RGB (Red+Green+Blue) = 51+90+212=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #335AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335AD4 is #CCA52B. Grayscale: #5B5B5B. Windows color (decimal): -13411628 or 13916723. OLE color: 13916723.

HSL color Cylindrical-coordinate representation of color #335AD4: hue angle of 225.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #335AD4 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 51 90 212 -
CMYK 0.76 0.58 0 0.17
HSL 225.47º 0.65% 0.52% -
HSV(B) 225.47º 0.76% 0.83% -
XYZ 16.91 12.77 63.86 -
YUV 92.25 195.58 98.58 -
System Red Green Blue C M Y K H S L
Decimal 51 90 212 0.76 0.58 0 0.17 225.47 0.65 0.52
Hex 33 5A D4 4C 3A 0 11 E1 41 34
Octal 63 132 324 114 72 0 21 341 101 64
Binary 110011 1011010 11010100 1001100 111010 0 10001 11100001 1000001 110100

Color Harmonies of #335AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335AD4

Black with #335AD4

Text Example


Text Example

White with #335AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335AD4; }

 p { color: rgb(51,90,212); }

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

background-color css

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

 a { background-color: rgb(51,90,212); }

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

border-color css

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

 span { border-color: rgb(51,90,212); }

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