Html Css Color HEX #3864CC Free Speech Blue

📋 copy color: '#3864CC'

red 56 ◦ green 100 ◦ blue 204

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

Shades of Free Speech Blue #3864CC

Tints of Free Speech Blue #3864CC

RGB

 RED value IS 56 (22.27% from 255) = 15.56%

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 15.56%
G = 27.78%
B = 56.67%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3864CC (or 0x3864CC) is known color: Free Speech Blue. HEX triplet: 38, 64 and CC. RGB value is (56,100,204). Sum of RGB (Red+Green+Blue) = 56+100+204=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 100 (39.45% from 255 or 27.78% 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 #3864CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3864CC is #C79B33. Grayscale: #626262. Windows color (decimal): -13081396 or 13395000. OLE color: 13395000.

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

Color convert

RGB 56 100 204 -
CMYK 0.73 0.51 0 0.2
HSL 222.16º 0.59% 0.51% -
HSV(B) 222.16º 0.73% 0.8% -
XYZ 17.09 14.31 58.99 -
YUV 98.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 56 100 204 0.73 0.51 0 0.2 222.16 0.59 0.51
Hex 38 64 CC 49 33 0 14 DE 3B 33
Octal 70 144 314 111 63 0 24 336 73 63
Binary 111000 1100100 11001100 1001001 110011 0 10100 11011110 111011 110011

Color Harmonies of #3864CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3864CC

Black with #3864CC

Text Example


Text Example

White with #3864CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,100,204); }

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

background-color css

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

 a { background-color: rgb(56,100,204); }

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

border-color css

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

 span { border-color: rgb(56,100,204); }

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