Html Css Color HEX #384FDF Free Speech Blue

📋 copy color: '#384FDF'

red 56 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Blue #384FDF

Tints of Free Speech Blue #384FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.07%

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

R = 15.64%
G = 22.07%
B = 62.29%

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

#384FDF (or 0x384FDF) is known color: Free Speech Blue. HEX triplet: 38, 4F and DF. RGB value is (56,79,223). Sum of RGB (Red+Green+Blue) = 56+79+223=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #384FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FDF is #C7B020. Grayscale: #575757. Windows color (decimal): -13086753 or 14634808. OLE color: 14634808.

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

Color convert

RGB 56 79 223 -
CMYK 0.75 0.65 0 0.13
HSL 231.74º 0.72% 0.55% -
HSV(B) 231.74º 0.75% 0.87% -
XYZ 17.75 11.76 71.15 -
YUV 88.54 203.88 104.79 -
System Red Green Blue C M Y K H S L
Decimal 56 79 223 0.75 0.65 0 0.13 231.74 0.72 0.55
Hex 38 4F DF 4B 41 0 D E8 48 37
Octal 70 117 337 113 101 0 15 350 110 67
Binary 111000 1001111 11011111 1001011 1000001 0 1101 11101000 1001000 110111

Color Harmonies of #384FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FDF

Black with #384FDF

Text Example


Text Example

White with #384FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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