Html Css Color HEX #385CBD Free Speech Blue

📋 copy color: '#385CBD'

red 56 ◦ green 92 ◦ blue 189

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

Shades of Free Speech Blue #385CBD

Tints of Free Speech Blue #385CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 16.62%
G = 27.3%
B = 56.08%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#385CBD (or 0x385CBD) is known color: Free Speech Blue. HEX triplet: 38, 5C and BD. RGB value is (56,92,189). Sum of RGB (Red+Green+Blue) = 56+92+189=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #385CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CBD is #C7A342. Grayscale: #5B5B5B. Windows color (decimal): -13083459 or 12409912. OLE color: 12409912.

HSL color Cylindrical-coordinate representation of color #385CBD: hue angle of 223.76º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385CBD is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 92 189 -
CMYK 0.70 0.51 0 0.26
HSL 223.76º 0.54% 0.48% -
HSV(B) 223.76º 0.7% 0.74% -
XYZ 14.64 12.17 49.72 -
YUV 92.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 56 92 189 0.70 0.51 0 0.26 223.76 0.54 0.48
Hex 38 5C BD 46 33 0 1A E0 36 30
Octal 70 134 275 106 63 0 32 340 66 60
Binary 111000 1011100 10111101 1000110 110011 0 11010 11100000 110110 110000

Color Harmonies of #385CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CBD

Black with #385CBD

Text Example


Text Example

White with #385CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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