Html Css Color HEX #385FCF Free Speech Blue

📋 copy color: '#385FCF'

red 56 ◦ green 95 ◦ blue 207

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

Shades of Free Speech Blue #385FCF

Tints of Free Speech Blue #385FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.82%

R = 15.64%
G = 26.54%
B = 57.82%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#385FCF (or 0x385FCF) is known color: Free Speech Blue. HEX triplet: 38, 5F and CF. RGB value is (56,95,207). Sum of RGB (Red+Green+Blue) = 56+95+207=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #385FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FCF is #C7A030. Grayscale: #5F5F5F. Windows color (decimal): -13082673 or 13590328. OLE color: 13590328.

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

Color convert

RGB 56 95 207 -
CMYK 0.73 0.54 0 0.19
HSL 224.5º 0.61% 0.52% -
HSV(B) 224.5º 0.73% 0.81% -
XYZ 16.99 13.53 60.75 -
YUV 96.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 56 95 207 0.73 0.54 0 0.19 224.5 0.61 0.52
Hex 38 5F CF 49 36 0 13 E1 3D 34
Octal 70 137 317 111 66 0 23 341 75 64
Binary 111000 1011111 11001111 1001001 110110 0 10011 11100001 111101 110100

Color Harmonies of #385FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FCF

Black with #385FCF

Text Example


Text Example

White with #385FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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