Html Css Color HEX #3340CC Free Speech Blue

📋 copy color: '#3340CC'

red 51 ◦ green 64 ◦ blue 204

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

Shades of Free Speech Blue #3340CC

Tints of Free Speech Blue #3340CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 15.99%
G = 20.06%
B = 63.95%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3340CC (or 0x3340CC) is known color: Free Speech Blue. HEX triplet: 33, 40 and CC. RGB value is (51,64,204). Sum of RGB (Red+Green+Blue) = 51+64+204=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #3340CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3340CC is #CCBF33. Grayscale: #4B4B4B. Windows color (decimal): -13418292 or 13385779. OLE color: 13385779.

HSL color Cylindrical-coordinate representation of color #3340CC: hue angle of 234.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3340CC is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 64 204 -
CMYK 0.75 0.69 0 0.2
HSL 234.9º 0.6% 0.5% -
HSV(B) 234.9º 0.75% 0.8% -
XYZ 14.1 8.73 58.07 -
YUV 76.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 51 64 204 0.75 0.69 0 0.2 234.9 0.6 0.5
Hex 33 40 CC 4B 45 0 14 EB 3C 32
Octal 63 100 314 113 105 0 24 353 74 62
Binary 110011 1000000 11001100 1001011 1000101 0 10100 11101011 111100 110010

Color Harmonies of #3340CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3340CC

Black with #3340CC

Text Example


Text Example

White with #3340CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3340CC; }

 p { color: rgb(51,64,204); }

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

background-color css

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

 a { background-color: rgb(51,64,204); }

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

border-color css

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

 span { border-color: rgb(51,64,204); }

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