Html Css Color HEX #386CC6 Free Speech Blue

📋 copy color: '#386CC6'

red 56 ◦ green 108 ◦ blue 198

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

Shades of Free Speech Blue #386CC6

Tints of Free Speech Blue #386CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 198 (77.73% from 255) = 54.7%

R = 15.47%
G = 29.83%
B = 54.7%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#386CC6 (or 0x386CC6) is known color: Free Speech Blue. HEX triplet: 38, 6C and C6. RGB value is (56,108,198). Sum of RGB (Red+Green+Blue) = 56+108+198=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #386CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CC6 is #C79339. Grayscale: #666666. Windows color (decimal): -13079354 or 13003832. OLE color: 13003832.

HSL color Cylindrical-coordinate representation of color #386CC6: hue angle of 218.03º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #386CC6 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 108 198 -
CMYK 0.72 0.45 0 0.22
HSL 218.03º 0.56% 0.5% -
HSV(B) 218.03º 0.72% 0.78% -
XYZ 17.19 15.64 55.54 -
YUV 102.71 181.77 94.68 -
System Red Green Blue C M Y K H S L
Decimal 56 108 198 0.72 0.45 0 0.22 218.03 0.56 0.5
Hex 38 6C C6 48 2D 0 16 DA 38 32
Octal 70 154 306 110 55 0 26 332 70 62
Binary 111000 1101100 11000110 1001000 101101 0 10110 11011010 111000 110010

Color Harmonies of #386CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CC6

Black with #386CC6

Text Example


Text Example

White with #386CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386CC6; }

 p { color: rgb(56,108,198); }

 H1.HeaderClassName
 {
   color: #386CC6;
 }
 .AnyTagClassName
 {
   color: #386CC6;
 }
</style>

background-color css

<style>
 a { background-color: #386CC6; }

 a { background-color: rgb(56,108,198); }

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

border-color css

<style>
 span { border-color: #386CC6; }

 span { border-color: rgb(56,108,198); }

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