Html Css Color HEX #333CD5 Free Speech Blue

📋 copy color: '#333CD5'

red 51 ◦ green 60 ◦ blue 213

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

Shades of Free Speech Blue #333CD5

Tints of Free Speech Blue #333CD5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 213 (83.59% from 255) = 65.74%

R = 15.74%
G = 18.52%
B = 65.74%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#333CD5 (or 0x333CD5) is known color: Free Speech Blue. HEX triplet: 33, 3C and D5. RGB value is (51,60,213). Sum of RGB (Red+Green+Blue) = 51+60+213=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 213 (83.59% from 255 or 65.74% from 324); Max value from RGB is 213 - color contains mainly: blue. Hex color #333CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CD5 is #CCC32A. Grayscale: #4A4A4A. Windows color (decimal): -13419307 or 13974579. OLE color: 13974579.

HSL color Cylindrical-coordinate representation of color #333CD5: hue angle of 236.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #333CD5 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 60 213 -
CMYK 0.76 0.72 0 0.16
HSL 236.67º 0.66% 0.52% -
HSV(B) 236.67º 0.76% 0.84% -
XYZ 14.99 8.74 63.85 -
YUV 74.75 206.02 111.06 -
System Red Green Blue C M Y K H S L
Decimal 51 60 213 0.76 0.72 0 0.16 236.67 0.66 0.52
Hex 33 3C D5 4C 48 0 10 ED 42 34
Octal 63 74 325 114 110 0 20 355 102 64
Binary 110011 111100 11010101 1001100 1001000 0 10000 11101101 1000010 110100

Color Harmonies of #333CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CD5

Black with #333CD5

Text Example


Text Example

White with #333CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333CD5; }

 p { color: rgb(51,60,213); }

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

background-color css

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

 a { background-color: rgb(51,60,213); }

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

border-color css

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

 span { border-color: rgb(51,60,213); }

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