Html Css Color HEX #3865CC Free Speech Blue

📋 copy color: '#3865CC'

red 56 ◦ green 101 ◦ blue 204

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

Shades of Free Speech Blue #3865CC

Tints of Free Speech Blue #3865CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 15.51%
G = 27.98%
B = 56.51%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3865CC (or 0x3865CC) is known color: Free Speech Blue. HEX triplet: 38, 65 and CC. RGB value is (56,101,204). Sum of RGB (Red+Green+Blue) = 56+101+204=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #3865CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3865CC is #C79A33. Grayscale: #626262. Windows color (decimal): -13081140 or 13395256. OLE color: 13395256.

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

Color convert

RGB 56 101 204 -
CMYK 0.73 0.50 0 0.2
HSL 221.76º 0.59% 0.51% -
HSV(B) 221.76º 0.73% 0.8% -
XYZ 17.18 14.51 59.02 -
YUV 99.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 56 101 204 0.73 0.50 0 0.2 221.76 0.59 0.51
Hex 38 65 CC 49 32 0 14 DE 3B 33
Octal 70 145 314 111 62 0 24 336 73 63
Binary 111000 1100101 11001100 1001001 110010 0 10100 11011110 111011 110011

Color Harmonies of #3865CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3865CC

Black with #3865CC

Text Example


Text Example

White with #3865CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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