Html Css Color HEX #3351CC Free Speech Blue

📋 copy color: '#3351CC'

red 51 ◦ green 81 ◦ blue 204

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

Shades of Free Speech Blue #3351CC

Tints of Free Speech Blue #3351CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 15.18%
G = 24.11%
B = 60.71%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3351CC (or 0x3351CC) is known color: Free Speech Blue. HEX triplet: 33, 51 and CC. RGB value is (51,81,204). Sum of RGB (Red+Green+Blue) = 51+81+204=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #3351CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3351CC is #CCAE33. Grayscale: #555555. Windows color (decimal): -13413940 or 13390131. OLE color: 13390131.

HSL color Cylindrical-coordinate representation of color #3351CC: hue angle of 228.24º 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 #3351CC is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 81 204 -
CMYK 0.75 0.60 0 0.2
HSL 228.24º 0.6% 0.5% -
HSV(B) 228.24º 0.75% 0.8% -
XYZ 15.21 10.95 58.44 -
YUV 86.05 194.56 103 -
System Red Green Blue C M Y K H S L
Decimal 51 81 204 0.75 0.60 0 0.2 228.24 0.6 0.5
Hex 33 51 CC 4B 3C 0 14 E4 3C 32
Octal 63 121 314 113 74 0 24 344 74 62
Binary 110011 1010001 11001100 1001011 111100 0 10100 11100100 111100 110010

Color Harmonies of #3351CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3351CC

Black with #3351CC

Text Example


Text Example

White with #3351CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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