Html Css Color HEX #385BCD Free Speech Blue

📋 copy color: '#385BCD'

red 56 ◦ green 91 ◦ blue 205

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

Shades of Free Speech Blue #385BCD

Tints of Free Speech Blue #385BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 15.91%
G = 25.85%
B = 58.24%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#385BCD (or 0x385BCD) is known color: Free Speech Blue. HEX triplet: 38, 5B and CD. RGB value is (56,91,205). Sum of RGB (Red+Green+Blue) = 56+91+205=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #385BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BCD is #C7A432. Grayscale: #5D5D5D. Windows color (decimal): -13083699 or 13458232. OLE color: 13458232.

HSL color Cylindrical-coordinate representation of color #385BCD: hue angle of 225.91º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385BCD is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 91 205 -
CMYK 0.73 0.56 0 0.20
HSL 225.91º 0.6% 0.51% -
HSV(B) 225.91º 0.73% 0.8% -
XYZ 16.39 12.73 59.35 -
YUV 93.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 56 91 205 0.73 0.56 0 0.20 225.91 0.6 0.51
Hex 38 5B CD 49 38 0 14 E2 3C 33
Octal 70 133 315 111 70 0 24 342 74 63
Binary 111000 1011011 11001101 1001001 111000 0 10100 11100010 111100 110011

Color Harmonies of #385BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BCD

Black with #385BCD

Text Example


Text Example

White with #385BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,205); }

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

background-color css

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

 a { background-color: rgb(56,91,205); }

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

border-color css

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

 span { border-color: rgb(56,91,205); }

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