Html Css Color HEX #385BBC Free Speech Blue

📋 copy color: '#385BBC'

red 56 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #385BBC

Tints of Free Speech Blue #385BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 16.72%
G = 27.16%
B = 56.12%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#385BBC (or 0x385BBC) is known color: Free Speech Blue. HEX triplet: 38, 5B and BC. RGB value is (56,91,188). Sum of RGB (Red+Green+Blue) = 56+91+188=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #385BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BBC is #C7A443. Grayscale: #5B5B5B. Windows color (decimal): -13083716 or 12344120. OLE color: 12344120.

HSL color Cylindrical-coordinate representation of color #385BBC: hue angle of 224.09º 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 #385BBC is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 91 188 -
CMYK 0.70 0.52 0 0.26
HSL 224.09º 0.54% 0.48% -
HSV(B) 224.09º 0.7% 0.74% -
XYZ 14.45 11.95 49.12 -
YUV 91.59 182.4 102.61 -
System Red Green Blue C M Y K H S L
Decimal 56 91 188 0.70 0.52 0 0.26 224.09 0.54 0.48
Hex 38 5B BC 46 34 0 1A E0 36 30
Octal 70 133 274 106 64 0 32 340 66 60
Binary 111000 1011011 10111100 1000110 110100 0 11010 11100000 110110 110000

Color Harmonies of #385BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BBC

Black with #385BBC

Text Example


Text Example

White with #385BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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