Html Css Color HEX #385FCB Free Speech Blue

📋 copy color: '#385FCB'

red 56 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Blue #385FCB

Tints of Free Speech Blue #385FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

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

R = 15.82%
G = 26.84%
B = 57.34%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#385FCB (or 0x385FCB) is known color: Free Speech Blue. HEX triplet: 38, 5F and CB. RGB value is (56,95,203). Sum of RGB (Red+Green+Blue) = 56+95+203=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #385FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FCB is #C7A034. Grayscale: #5F5F5F. Windows color (decimal): -13082677 or 13328184. OLE color: 13328184.

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

Color convert

RGB 56 95 203 -
CMYK 0.72 0.53 0 0.20
HSL 224.08º 0.59% 0.51% -
HSV(B) 224.08º 0.72% 0.8% -
XYZ 16.5 13.34 58.2 -
YUV 95.65 188.58 99.72 -
System Red Green Blue C M Y K H S L
Decimal 56 95 203 0.72 0.53 0 0.20 224.08 0.59 0.51
Hex 38 5F CB 48 35 0 14 E0 3B 33
Octal 70 137 313 110 65 0 24 340 73 63
Binary 111000 1011111 11001011 1001000 110101 0 10100 11100000 111011 110011

Color Harmonies of #385FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FCB

Black with #385FCB

Text Example


Text Example

White with #385FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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