Html Css Color HEX #385EC5 Free Speech Blue

📋 copy color: '#385EC5'

red 56 ◦ green 94 ◦ blue 197

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

Shades of Free Speech Blue #385EC5

Tints of Free Speech Blue #385EC5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

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

R = 16.14%
G = 27.09%
B = 56.77%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#385EC5 (or 0x385EC5) is known color: Free Speech Blue. HEX triplet: 38, 5E and C5. RGB value is (56,94,197). Sum of RGB (Red+Green+Blue) = 56+94+197=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 197 (77.34% from 255 or 56.77% from 347); Max value from RGB is 197 - color contains mainly: blue. Hex color #385EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EC5 is #C7A13A. Grayscale: #5D5D5D. Windows color (decimal): -13082939 or 12934712. OLE color: 12934712.

HSL color Cylindrical-coordinate representation of color #385EC5: hue angle of 223.83º 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 #385EC5 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 94 197 -
CMYK 0.72 0.52 0 0.23
HSL 223.83º 0.56% 0.5% -
HSV(B) 223.83º 0.72% 0.77% -
XYZ 15.71 12.88 54.48 -
YUV 94.38 185.91 100.62 -
System Red Green Blue C M Y K H S L
Decimal 56 94 197 0.72 0.52 0 0.23 223.83 0.56 0.5
Hex 38 5E C5 48 34 0 17 E0 38 32
Octal 70 136 305 110 64 0 27 340 70 62
Binary 111000 1011110 11000101 1001000 110100 0 10111 11100000 111000 110010

Color Harmonies of #385EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EC5

Black with #385EC5

Text Example


Text Example

White with #385EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385EC5; }

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

 H1.HeaderClassName
 {
   color: #385EC5;
 }
 .AnyTagClassName
 {
   color: #385EC5;
 }
</style>

background-color css

<style>
 a { background-color: #385EC5; }

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

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

border-color css

<style>
 span { border-color: #385EC5; }

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

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