Html Css Color HEX #385BD4 Free Speech Blue

📋 copy color: '#385BD4'

red 56 ◦ green 91 ◦ blue 212

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

Shades of Free Speech Blue #385BD4

Tints of Free Speech Blue #385BD4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

 BLUE value IS 212 (83.2% from 255) = 59.05%

R = 15.6%
G = 25.35%
B = 59.05%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#385BD4 (or 0x385BD4) is known color: Free Speech Blue. HEX triplet: 38, 5B and D4. RGB value is (56,91,212). Sum of RGB (Red+Green+Blue) = 56+91+212=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #385BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BD4 is #C7A42B. Grayscale: #5D5D5D. Windows color (decimal): -13083692 or 13916984. OLE color: 13916984.

HSL color Cylindrical-coordinate representation of color #385BD4: hue angle of 226.54º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385BD4 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 56 91 212 -
CMYK 0.74 0.57 0 0.17
HSL 226.54º 0.64% 0.53% -
HSV(B) 226.54º 0.74% 0.83% -
XYZ 17.26 13.08 63.9 -
YUV 94.33 194.4 100.66 -
System Red Green Blue C M Y K H S L
Decimal 56 91 212 0.74 0.57 0 0.17 226.54 0.64 0.53
Hex 38 5B D4 4A 39 0 11 E3 40 35
Octal 70 133 324 112 71 0 21 343 100 65
Binary 111000 1011011 11010100 1001010 111001 0 10001 11100011 1000000 110101

Color Harmonies of #385BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BD4

Black with #385BD4

Text Example


Text Example

White with #385BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,212); }

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

background-color css

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

 a { background-color: rgb(56,91,212); }

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

border-color css

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

 span { border-color: rgb(56,91,212); }

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