Html Css Color HEX #385ACD Free Speech Blue

📋 copy color: '#385ACD'

red 56 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Blue #385ACD

Tints of Free Speech Blue #385ACD

RGB

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

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

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

R = 15.95%
G = 25.64%
B = 58.4%

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

#385ACD (or 0x385ACD) is known color: Free Speech Blue. HEX triplet: 38, 5A and CD. RGB value is (56,90,205). Sum of RGB (Red+Green+Blue) = 56+90+205=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #385ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ACD is #C7A532. Grayscale: #5C5C5C. Windows color (decimal): -13083955 or 13457976. OLE color: 13457976.

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

Color convert

RGB 56 90 205 -
CMYK 0.73 0.56 0 0.20
HSL 226.31º 0.6% 0.51% -
HSV(B) 226.31º 0.73% 0.8% -
XYZ 16.31 12.56 59.32 -
YUV 92.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 56 90 205 0.73 0.56 0 0.20 226.31 0.6 0.51
Hex 38 5A CD 49 38 0 14 E2 3C 33
Octal 70 132 315 111 70 0 24 342 74 63
Binary 111000 1011010 11001101 1001001 111000 0 10100 11100010 111100 110011

Color Harmonies of #385ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ACD

Black with #385ACD

Text Example


Text Example

White with #385ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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