Html Css Color HEX #384DDF Free Speech Blue

📋 copy color: '#384DDF'

red 56 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Blue #384DDF

Tints of Free Speech Blue #384DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 15.73%
G = 21.63%
B = 62.64%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#384DDF (or 0x384DDF) is known color: Free Speech Blue. HEX triplet: 38, 4D and DF. RGB value is (56,77,223). Sum of RGB (Red+Green+Blue) = 56+77+223=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #384DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DDF is #C7B220. Grayscale: #565656. Windows color (decimal): -13087265 or 14634296. OLE color: 14634296.

HSL color Cylindrical-coordinate representation of color #384DDF: hue angle of 232.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384DDF is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 77 223 -
CMYK 0.75 0.65 0 0.13
HSL 232.46º 0.72% 0.55% -
HSV(B) 232.46º 0.75% 0.87% -
XYZ 17.6 11.48 71.1 -
YUV 87.37 204.54 105.63 -
System Red Green Blue C M Y K H S L
Decimal 56 77 223 0.75 0.65 0 0.13 232.46 0.72 0.55
Hex 38 4D DF 4B 41 0 D E8 48 37
Octal 70 115 337 113 101 0 15 350 110 67
Binary 111000 1001101 11011111 1001011 1000001 0 1101 11101000 1001000 110111

Color Harmonies of #384DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DDF

Black with #384DDF

Text Example


Text Example

White with #384DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384DDF; }

 p { color: rgb(56,77,223); }

 H1.HeaderClassName
 {
   color: #384DDF;
 }
 .AnyTagClassName
 {
   color: #384DDF;
 }
</style>

background-color css

<style>
 a { background-color: #384DDF; }

 a { background-color: rgb(56,77,223); }

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

border-color css

<style>
 span { border-color: #384DDF; }

 span { border-color: rgb(56,77,223); }

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