Html Css Color HEX #384EDF Free Speech Blue

📋 copy color: '#384EDF'

red 56 ◦ green 78 ◦ blue 223

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

Shades of Free Speech Blue #384EDF

Tints of Free Speech Blue #384EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

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

R = 15.69%
G = 21.85%
B = 62.46%

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

#384EDF (or 0x384EDF) is known color: Free Speech Blue. HEX triplet: 38, 4E and DF. RGB value is (56,78,223). Sum of RGB (Red+Green+Blue) = 56+78+223=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #384EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384EDF is #C7B120. Grayscale: #575757. Windows color (decimal): -13087009 or 14634552. OLE color: 14634552.

HSL color Cylindrical-coordinate representation of color #384EDF: hue angle of 232.1º 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 #384EDF is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 78 223 -
CMYK 0.75 0.65 0 0.13
HSL 232.1º 0.72% 0.55% -
HSV(B) 232.1º 0.75% 0.87% -
XYZ 17.67 11.62 71.12 -
YUV 87.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 56 78 223 0.75 0.65 0 0.13 232.1 0.72 0.55
Hex 38 4E DF 4B 41 0 D E8 48 37
Octal 70 116 337 113 101 0 15 350 110 67
Binary 111000 1001110 11011111 1001011 1000001 0 1101 11101000 1001000 110111

Color Harmonies of #384EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384EDF

Black with #384EDF

Text Example


Text Example

White with #384EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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