Html Css Color HEX #3863CB Free Speech Blue

📋 copy color: '#3863CB'

red 56 ◦ green 99 ◦ blue 203

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

Shades of Free Speech Blue #3863CB

Tints of Free Speech Blue #3863CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 15.64%
G = 27.65%
B = 56.7%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3863CB (or 0x3863CB) is known color: Free Speech Blue. HEX triplet: 38, 63 and CB. RGB value is (56,99,203). Sum of RGB (Red+Green+Blue) = 56+99+203=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #3863CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3863CB is #C79C34. Grayscale: #616161. Windows color (decimal): -13081653 or 13329208. OLE color: 13329208.

HSL color Cylindrical-coordinate representation of color #3863CB: hue angle of 222.45º 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 #3863CB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 99 203 -
CMYK 0.72 0.51 0 0.20
HSL 222.45º 0.59% 0.51% -
HSV(B) 222.45º 0.72% 0.8% -
XYZ 16.87 14.08 58.33 -
YUV 98 187.25 98.04 -
System Red Green Blue C M Y K H S L
Decimal 56 99 203 0.72 0.51 0 0.20 222.45 0.59 0.51
Hex 38 63 CB 48 33 0 14 DE 3B 33
Octal 70 143 313 110 63 0 24 336 73 63
Binary 111000 1100011 11001011 1001000 110011 0 10100 11011110 111011 110011

Color Harmonies of #3863CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3863CB

Black with #3863CB

Text Example


Text Example

White with #3863CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3863CB; }

 p { color: rgb(56,99,203); }

 H1.HeaderClassName
 {
   color: #3863CB;
 }
 .AnyTagClassName
 {
   color: #3863CB;
 }
</style>

background-color css

<style>
 a { background-color: #3863CB; }

 a { background-color: rgb(56,99,203); }

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

border-color css

<style>
 span { border-color: #3863CB; }

 span { border-color: rgb(56,99,203); }

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