Html Css Color HEX #385CCE Free Speech Blue

📋 copy color: '#385CCE'

red 56 ◦ green 92 ◦ blue 206

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

Shades of Free Speech Blue #385CCE

Tints of Free Speech Blue #385CCE

RGB

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

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

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

R = 15.82%
G = 25.99%
B = 58.19%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#385CCE (or 0x385CCE) is known color: Free Speech Blue. HEX triplet: 38, 5C and CE. RGB value is (56,92,206). Sum of RGB (Red+Green+Blue) = 56+92+206=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #385CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CCE is #C7A331. Grayscale: #5D5D5D. Windows color (decimal): -13083442 or 13524024. OLE color: 13524024.

HSL color Cylindrical-coordinate representation of color #385CCE: hue angle of 225.6º 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 #385CCE is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 92 206 -
CMYK 0.73 0.55 0 0.19
HSL 225.6º 0.6% 0.51% -
HSV(B) 225.6º 0.73% 0.81% -
XYZ 16.6 12.95 60.02 -
YUV 94.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 56 92 206 0.73 0.55 0 0.19 225.6 0.6 0.51
Hex 38 5C CE 49 37 0 13 E2 3C 33
Octal 70 134 316 111 67 0 23 342 74 63
Binary 111000 1011100 11001110 1001001 110111 0 10011 11100010 111100 110011

Color Harmonies of #385CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CCE

Black with #385CCE

Text Example


Text Example

White with #385CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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