Html Css Color HEX #385BCE Free Speech Blue

📋 copy color: '#385BCE'

red 56 ◦ green 91 ◦ blue 206

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

Shades of Free Speech Blue #385BCE

Tints of Free Speech Blue #385BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 15.86%
G = 25.78%
B = 58.36%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#385BCE (or 0x385BCE) is known color: Free Speech Blue. HEX triplet: 38, 5B and CE. RGB value is (56,91,206). Sum of RGB (Red+Green+Blue) = 56+91+206=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #385BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BCE is #C7A431. Grayscale: #5D5D5D. Windows color (decimal): -13083698 or 13523768. OLE color: 13523768.

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

Color convert

RGB 56 91 206 -
CMYK 0.73 0.56 0 0.19
HSL 226º 0.6% 0.51% -
HSV(B) 226º 0.73% 0.81% -
XYZ 16.51 12.78 59.99 -
YUV 93.65 191.4 101.15 -
System Red Green Blue C M Y K H S L
Decimal 56 91 206 0.73 0.56 0 0.19 226 0.6 0.51
Hex 38 5B CE 49 38 0 13 E2 3C 33
Octal 70 133 316 111 70 0 23 342 74 63
Binary 111000 1011011 11001110 1001001 111000 0 10011 11100010 111100 110011

Color Harmonies of #385BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BCE

Black with #385BCE

Text Example


Text Example

White with #385BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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