Html Css Color HEX #385FCC Free Speech Blue

📋 copy color: '#385FCC'

red 56 ◦ green 95 ◦ blue 204

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

Shades of Free Speech Blue #385FCC

Tints of Free Speech Blue #385FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.46%

R = 15.77%
G = 26.76%
B = 57.46%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#385FCC (or 0x385FCC) is known color: Free Speech Blue. HEX triplet: 38, 5F and CC. RGB value is (56,95,204). Sum of RGB (Red+Green+Blue) = 56+95+204=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #385FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FCC is #C7A033. Grayscale: #5F5F5F. Windows color (decimal): -13082676 or 13393720. OLE color: 13393720.

HSL color Cylindrical-coordinate representation of color #385FCC: hue angle of 224.19º degrees, saturation: 0.59, 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 #385FCC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 95 204 -
CMYK 0.73 0.53 0 0.2
HSL 224.19º 0.59% 0.51% -
HSV(B) 224.19º 0.73% 0.8% -
XYZ 16.62 13.38 58.83 -
YUV 95.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 56 95 204 0.73 0.53 0 0.2 224.19 0.59 0.51
Hex 38 5F CC 49 35 0 14 E0 3B 33
Octal 70 137 314 111 65 0 24 340 73 63
Binary 111000 1011111 11001100 1001001 110101 0 10100 11100000 111011 110011

Color Harmonies of #385FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FCC

Black with #385FCC

Text Example


Text Example

White with #385FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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