Html Css Color HEX #385DC0 Free Speech Blue

📋 copy color: '#385DC0'

red 56 ◦ green 93 ◦ blue 192

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

Shades of Free Speech Blue #385DC0

Tints of Free Speech Blue #385DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.27%

 BLUE value IS 192 (75.39% from 255) = 56.3%

R = 16.42%
G = 27.27%
B = 56.3%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#385DC0 (or 0x385DC0) is known color: Free Speech Blue. HEX triplet: 38, 5D and C0. RGB value is (56,93,192). Sum of RGB (Red+Green+Blue) = 56+93+192=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #385DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DC0 is #C7A23F. Grayscale: #5C5C5C. Windows color (decimal): -13083200 or 12606776. OLE color: 12606776.

HSL color Cylindrical-coordinate representation of color #385DC0: hue angle of 223.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #385DC0 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 93 192 -
CMYK 0.71 0.52 0 0.25
HSL 223.68º 0.55% 0.49% -
HSV(B) 223.68º 0.71% 0.75% -
XYZ 15.06 12.48 51.48 -
YUV 93.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 56 93 192 0.71 0.52 0 0.25 223.68 0.55 0.49
Hex 38 5D C0 47 34 0 19 E0 37 31
Octal 70 135 300 107 64 0 31 340 67 61
Binary 111000 1011101 11000000 1000111 110100 0 11001 11100000 110111 110001

Color Harmonies of #385DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DC0

Black with #385DC0

Text Example


Text Example

White with #385DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,192); }

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

background-color css

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

 a { background-color: rgb(56,93,192); }

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

border-color css

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

 span { border-color: rgb(56,93,192); }

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