Html Css Color HEX #385DCB Free Speech Blue

📋 copy color: '#385DCB'

red 56 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Blue #385DCB

Tints of Free Speech Blue #385DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

 BLUE value IS 203 (79.69% from 255) = 57.67%

R = 15.91%
G = 26.42%
B = 57.67%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#385DCB (or 0x385DCB) is known color: Free Speech Blue. HEX triplet: 38, 5D and CB. RGB value is (56,93,203). Sum of RGB (Red+Green+Blue) = 56+93+203=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #385DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DCB is #C7A234. Grayscale: #5E5E5E. Windows color (decimal): -13083189 or 13327672. OLE color: 13327672.

HSL color Cylindrical-coordinate representation of color #385DCB: hue angle of 224.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #385DCB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 93 203 -
CMYK 0.72 0.54 0 0.20
HSL 224.9º 0.59% 0.51% -
HSV(B) 224.9º 0.72% 0.8% -
XYZ 16.32 12.98 58.15 -
YUV 94.48 189.24 100.56 -
System Red Green Blue C M Y K H S L
Decimal 56 93 203 0.72 0.54 0 0.20 224.9 0.59 0.51
Hex 38 5D CB 48 36 0 14 E1 3B 33
Octal 70 135 313 110 66 0 24 341 73 63
Binary 111000 1011101 11001011 1001000 110110 0 10100 11100001 111011 110011

Color Harmonies of #385DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DCB

Black with #385DCB

Text Example


Text Example

White with #385DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,203); }

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

background-color css

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

 a { background-color: rgb(56,93,203); }

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

border-color css

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

 span { border-color: rgb(56,93,203); }

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