Html Css Color HEX #3963CC Free Speech Blue

📋 copy color: '#3963CC'

red 57 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Blue #3963CC

Tints of Free Speech Blue #3963CC

RGB

 RED value IS 57 (22.66% from 255) = 15.83%

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 15.83%
G = 27.5%
B = 56.67%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3963CC (or 0x3963CC) is known color: Free Speech Blue. HEX triplet: 39, 63 and CC. RGB value is (57,99,204). Sum of RGB (Red+Green+Blue) = 57+99+204=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #3963CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3963CC is #C69C33. Grayscale: #616161. Windows color (decimal): -13016116 or 13394745. OLE color: 13394745.

HSL color Cylindrical-coordinate representation of color #3963CC: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3963CC is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 99 204 -
CMYK 0.72 0.51 0 0.2
HSL 222.86º 0.59% 0.51% -
HSV(B) 222.86º 0.72% 0.8% -
XYZ 17.05 14.15 58.96 -
YUV 98.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 57 99 204 0.72 0.51 0 0.2 222.86 0.59 0.51
Hex 39 63 CC 48 33 0 14 DF 3B 33
Octal 71 143 314 110 63 0 24 337 73 63
Binary 111001 1100011 11001100 1001000 110011 0 10100 11011111 111011 110011

Color Harmonies of #3963CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3963CC

Black with #3963CC

Text Example


Text Example

White with #3963CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,99,204); }

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

background-color css

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

 a { background-color: rgb(57,99,204); }

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

border-color css

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

 span { border-color: rgb(57,99,204); }

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