Html Css Color HEX #385FCD Free Speech Blue

📋 copy color: '#385FCD'

red 56 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #385FCD

Tints of Free Speech Blue #385FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.69%

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

R = 15.73%
G = 26.69%
B = 57.58%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#385FCD (or 0x385FCD) is known color: Free Speech Blue. HEX triplet: 38, 5F and CD. RGB value is (56,95,205). Sum of RGB (Red+Green+Blue) = 56+95+205=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #385FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FCD is #C7A032. Grayscale: #5F5F5F. Windows color (decimal): -13082675 or 13459256. OLE color: 13459256.

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

Color convert

RGB 56 95 205 -
CMYK 0.73 0.54 0 0.20
HSL 224.3º 0.6% 0.51% -
HSV(B) 224.3º 0.73% 0.8% -
XYZ 16.74 13.43 59.47 -
YUV 95.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 56 95 205 0.73 0.54 0 0.20 224.3 0.6 0.51
Hex 38 5F CD 49 36 0 14 E0 3C 33
Octal 70 137 315 111 66 0 24 340 74 63
Binary 111000 1011111 11001101 1001001 110110 0 10100 11100000 111100 110011

Color Harmonies of #385FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FCD

Black with #385FCD

Text Example


Text Example

White with #385FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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