Html Css Color HEX #333CD4 Free Speech Blue

📋 copy color: '#333CD4'

red 51 ◦ green 60 ◦ blue 212

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

Shades of Free Speech Blue #333CD4

Tints of Free Speech Blue #333CD4

RGB

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

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

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

R = 15.79%
G = 18.58%
B = 65.63%

CMYK

 C value IS 0.76

 M value IS 0.72

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#333CD4 (or 0x333CD4) is known color: Free Speech Blue. HEX triplet: 33, 3C and D4. RGB value is (51,60,212). Sum of RGB (Red+Green+Blue) = 51+60+212=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 212 (83.20% from 255 or 65.63% from 323); Max value from RGB is 212 - color contains mainly: blue. Hex color #333CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CD4 is #CCC32B. Grayscale: #4A4A4A. Windows color (decimal): -13419308 or 13909043. OLE color: 13909043.

HSL color Cylindrical-coordinate representation of color #333CD4: hue angle of 236.65º 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 #333CD4 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 51 60 212 -
CMYK 0.76 0.72 0 0.17
HSL 236.65º 0.65% 0.52% -
HSV(B) 236.65º 0.76% 0.83% -
XYZ 14.86 8.69 63.18 -
YUV 74.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 51 60 212 0.76 0.72 0 0.17 236.65 0.65 0.52
Hex 33 3C D4 4C 48 0 11 ED 41 34
Octal 63 74 324 114 110 0 21 355 101 64
Binary 110011 111100 11010100 1001100 1001000 0 10001 11101101 1000001 110100

Color Harmonies of #333CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CD4

Black with #333CD4

Text Example


Text Example

White with #333CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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