Html Css Color HEX #385CC0 Free Speech Blue

📋 copy color: '#385CC0'

red 56 ◦ green 92 ◦ blue 192

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

Shades of Free Speech Blue #385CC0

Tints of Free Speech Blue #385CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

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

R = 16.47%
G = 27.06%
B = 56.47%

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

#385CC0 (or 0x385CC0) is known color: Free Speech Blue. HEX triplet: 38, 5C and C0. RGB value is (56,92,192). Sum of RGB (Red+Green+Blue) = 56+92+192=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #385CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CC0 is #C7A33F. Grayscale: #5C5C5C. Windows color (decimal): -13083456 or 12606520. OLE color: 12606520.

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

Color convert

RGB 56 92 192 -
CMYK 0.71 0.52 0 0.25
HSL 224.12º 0.55% 0.49% -
HSV(B) 224.12º 0.71% 0.75% -
XYZ 14.97 12.3 51.45 -
YUV 92.64 184.07 101.87 -
System Red Green Blue C M Y K H S L
Decimal 56 92 192 0.71 0.52 0 0.25 224.12 0.55 0.49
Hex 38 5C C0 47 34 0 19 E0 37 31
Octal 70 134 300 107 64 0 31 340 67 61
Binary 111000 1011100 11000000 1000111 110100 0 11001 11100000 110111 110001

Color Harmonies of #385CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CC0

Black with #385CC0

Text Example


Text Example

White with #385CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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