Html Css Color HEX #384FDE Free Speech Blue

📋 copy color: '#384FDE'

red 56 ◦ green 79 ◦ blue 222

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

Shades of Free Speech Blue #384FDE

Tints of Free Speech Blue #384FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 15.69%
G = 22.13%
B = 62.18%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#384FDE (or 0x384FDE) is known color: Free Speech Blue. HEX triplet: 38, 4F and DE. RGB value is (56,79,222). Sum of RGB (Red+Green+Blue) = 56+79+222=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #384FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FDE is #C7B021. Grayscale: #575757. Windows color (decimal): -13086754 or 14569272. OLE color: 14569272.

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

Color convert

RGB 56 79 222 -
CMYK 0.75 0.64 0 0.13
HSL 231.69º 0.72% 0.55% -
HSV(B) 231.69º 0.75% 0.87% -
XYZ 17.61 11.71 70.44 -
YUV 88.43 203.38 104.87 -
System Red Green Blue C M Y K H S L
Decimal 56 79 222 0.75 0.64 0 0.13 231.69 0.72 0.55
Hex 38 4F DE 4B 40 0 D E8 48 37
Octal 70 117 336 113 100 0 15 350 110 67
Binary 111000 1001111 11011110 1001011 1000000 0 1101 11101000 1001000 110111

Color Harmonies of #384FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FDE

Black with #384FDE

Text Example


Text Example

White with #384FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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