Html Css Color HEX #385BCB Free Speech Blue

📋 copy color: '#385BCB'

red 56 ◦ green 91 ◦ blue 203

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

Shades of Free Speech Blue #385BCB

Tints of Free Speech Blue #385BCB

RGB

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

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

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

R = 16%
G = 26%
B = 58%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#385BCB (or 0x385BCB) is known color: Free Speech Blue. HEX triplet: 38, 5B and CB. RGB value is (56,91,203). Sum of RGB (Red+Green+Blue) = 56+91+203=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #385BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BCB is #C7A434. Grayscale: #5C5C5C. Windows color (decimal): -13083701 or 13327160. OLE color: 13327160.

HSL color Cylindrical-coordinate representation of color #385BCB: hue angle of 225.71º 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 #385BCB is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 91 203 -
CMYK 0.72 0.55 0 0.20
HSL 225.71º 0.59% 0.51% -
HSV(B) 225.71º 0.72% 0.8% -
XYZ 16.15 12.63 58.09 -
YUV 93.3 189.9 101.39 -
System Red Green Blue C M Y K H S L
Decimal 56 91 203 0.72 0.55 0 0.20 225.71 0.59 0.51
Hex 38 5B CB 48 37 0 14 E2 3B 33
Octal 70 133 313 110 67 0 24 342 73 63
Binary 111000 1011011 11001011 1001000 110111 0 10100 11100010 111011 110011

Color Harmonies of #385BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BCB

Black with #385BCB

Text Example


Text Example

White with #385BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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