Html Css Color HEX #385AD0 Free Speech Blue

📋 copy color: '#385AD0'

red 56 ◦ green 90 ◦ blue 208

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

Shades of Free Speech Blue #385AD0

Tints of Free Speech Blue #385AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.76%

R = 15.82%
G = 25.42%
B = 58.76%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#385AD0 (or 0x385AD0) is known color: Free Speech Blue. HEX triplet: 38, 5A and D0. RGB value is (56,90,208). Sum of RGB (Red+Green+Blue) = 56+90+208=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #385AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385AD0 is #C7A52F. Grayscale: #5C5C5C. Windows color (decimal): -13083952 or 13654584. OLE color: 13654584.

HSL color Cylindrical-coordinate representation of color #385AD0: hue angle of 226.58º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #385AD0 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 90 208 -
CMYK 0.73 0.57 0 0.18
HSL 226.58º 0.62% 0.52% -
HSV(B) 226.58º 0.73% 0.82% -
XYZ 16.67 12.71 61.25 -
YUV 93.29 192.74 101.41 -
System Red Green Blue C M Y K H S L
Decimal 56 90 208 0.73 0.57 0 0.18 226.58 0.62 0.52
Hex 38 5A D0 49 39 0 12 E3 3E 34
Octal 70 132 320 111 71 0 22 343 76 64
Binary 111000 1011010 11010000 1001001 111001 0 10010 11100011 111110 110100

Color Harmonies of #385AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AD0

Black with #385AD0

Text Example


Text Example

White with #385AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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