Html Css Color HEX #385ACE Free Speech Blue

📋 copy color: '#385ACE'

red 56 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #385ACE

Tints of Free Speech Blue #385ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

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

R = 15.91%
G = 25.57%
B = 58.52%

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

#385ACE (or 0x385ACE) is known color: Free Speech Blue. HEX triplet: 38, 5A and CE. RGB value is (56,90,206). Sum of RGB (Red+Green+Blue) = 56+90+206=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #385ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ACE is #C7A531. Grayscale: #5C5C5C. Windows color (decimal): -13083954 or 13523512. OLE color: 13523512.

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

Color convert

RGB 56 90 206 -
CMYK 0.73 0.56 0 0.19
HSL 226.4º 0.6% 0.51% -
HSV(B) 226.4º 0.73% 0.81% -
XYZ 16.43 12.61 59.96 -
YUV 93.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 56 90 206 0.73 0.56 0 0.19 226.4 0.6 0.51
Hex 38 5A CE 49 38 0 13 E2 3C 33
Octal 70 132 316 111 70 0 23 342 74 63
Binary 111000 1011010 11001110 1001001 111000 0 10011 11100010 111100 110011

Color Harmonies of #385ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ACE

Black with #385ACE

Text Example


Text Example

White with #385ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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