Html Css Color HEX #386CC5 Free Speech Blue

📋 copy color: '#386CC5'

red 56 ◦ green 108 ◦ blue 197

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

Shades of Free Speech Blue #386CC5

Tints of Free Speech Blue #386CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 54.57%

R = 15.51%
G = 29.92%
B = 54.57%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#386CC5 (or 0x386CC5) is known color: Free Speech Blue. HEX triplet: 38, 6C and C5. RGB value is (56,108,197). Sum of RGB (Red+Green+Blue) = 56+108+197=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #386CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CC5 is #C7933A. Grayscale: #666666. Windows color (decimal): -13079355 or 12938296. OLE color: 12938296.

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

Color convert

RGB 56 108 197 -
CMYK 0.72 0.45 0 0.23
HSL 217.87º 0.56% 0.5% -
HSV(B) 217.87º 0.72% 0.77% -
XYZ 17.07 15.6 54.93 -
YUV 102.6 181.27 94.76 -
System Red Green Blue C M Y K H S L
Decimal 56 108 197 0.72 0.45 0 0.23 217.87 0.56 0.5
Hex 38 6C C5 48 2D 0 17 DA 38 32
Octal 70 154 305 110 55 0 27 332 70 62
Binary 111000 1101100 11000101 1001000 101101 0 10111 11011010 111000 110010

Color Harmonies of #386CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CC5

Black with #386CC5

Text Example


Text Example

White with #386CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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