Html Css Color HEX #385ACB Free Speech Blue

📋 copy color: '#385ACB'

red 56 ◦ green 90 ◦ blue 203

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

Shades of Free Speech Blue #385ACB

Tints of Free Speech Blue #385ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

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

R = 16.05%
G = 25.79%
B = 58.17%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#385ACB (or 0x385ACB) is known color: Free Speech Blue. HEX triplet: 38, 5A and CB. RGB value is (56,90,203). Sum of RGB (Red+Green+Blue) = 56+90+203=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #385ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ACB is #C7A534. Grayscale: #5C5C5C. Windows color (decimal): -13083957 or 13326904. OLE color: 13326904.

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

Color convert

RGB 56 90 203 -
CMYK 0.72 0.56 0 0.20
HSL 226.12º 0.59% 0.51% -
HSV(B) 226.12º 0.72% 0.8% -
XYZ 16.07 12.46 58.06 -
YUV 92.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 56 90 203 0.72 0.56 0 0.20 226.12 0.59 0.51
Hex 38 5A CB 48 38 0 14 E2 3B 33
Octal 70 132 313 110 70 0 24 342 73 63
Binary 111000 1011010 11001011 1001000 111000 0 10100 11100010 111011 110011

Color Harmonies of #385ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ACB

Black with #385ACB

Text Example


Text Example

White with #385ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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