Html Css Color HEX #385FD2 Free Speech Blue

📋 copy color: '#385FD2'

red 56 ◦ green 95 ◦ blue 210

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

Shades of Free Speech Blue #385FD2

Tints of Free Speech Blue #385FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.17%

R = 15.51%
G = 26.32%
B = 58.17%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#385FD2 (or 0x385FD2) is known color: Free Speech Blue. HEX triplet: 38, 5F and D2. RGB value is (56,95,210). Sum of RGB (Red+Green+Blue) = 56+95+210=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #385FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FD2 is #C7A02D. Grayscale: #5F5F5F. Windows color (decimal): -13082670 or 13786936. OLE color: 13786936.

HSL color Cylindrical-coordinate representation of color #385FD2: hue angle of 224.81º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385FD2 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 95 210 -
CMYK 0.73 0.55 0 0.18
HSL 224.81º 0.63% 0.52% -
HSV(B) 224.81º 0.73% 0.82% -
XYZ 17.36 13.68 62.7 -
YUV 96.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 56 95 210 0.73 0.55 0 0.18 224.81 0.63 0.52
Hex 38 5F D2 49 37 0 12 E1 3F 34
Octal 70 137 322 111 67 0 22 341 77 64
Binary 111000 1011111 11010010 1001001 110111 0 10010 11100001 111111 110100

Color Harmonies of #385FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FD2

Black with #385FD2

Text Example


Text Example

White with #385FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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