Html Css Color HEX #385CCF Free Speech Blue

📋 copy color: '#385CCF'

red 56 ◦ green 92 ◦ blue 207

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

Shades of Free Speech Blue #385CCF

Tints of Free Speech Blue #385CCF

RGB

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

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

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

R = 15.77%
G = 25.92%
B = 58.31%

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

#385CCF (or 0x385CCF) is known color: Free Speech Blue. HEX triplet: 38, 5C and CF. RGB value is (56,92,207). Sum of RGB (Red+Green+Blue) = 56+92+207=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #385CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CCF is #C7A330. Grayscale: #5D5D5D. Windows color (decimal): -13083441 or 13589560. OLE color: 13589560.

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

Color convert

RGB 56 92 207 -
CMYK 0.73 0.56 0 0.19
HSL 225.7º 0.61% 0.52% -
HSV(B) 225.7º 0.73% 0.81% -
XYZ 16.72 13 60.66 -
YUV 94.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 56 92 207 0.73 0.56 0 0.19 225.7 0.61 0.52
Hex 38 5C CF 49 38 0 13 E2 3D 34
Octal 70 134 317 111 70 0 23 342 75 64
Binary 111000 1011100 11001111 1001001 111000 0 10011 11100010 111101 110100

Color Harmonies of #385CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CCF

Black with #385CCF

Text Example


Text Example

White with #385CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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