Html Css Color HEX #384BDC Free Speech Blue

📋 copy color: '#384BDC'

red 56 ◦ green 75 ◦ blue 220

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

Shades of Free Speech Blue #384BDC

Tints of Free Speech Blue #384BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.37%

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 15.95%
G = 21.37%
B = 62.68%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#384BDC (or 0x384BDC) is known color: Free Speech Blue. HEX triplet: 38, 4B and DC. RGB value is (56,75,220). Sum of RGB (Red+Green+Blue) = 56+75+220=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #384BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BDC is #C7B423. Grayscale: #555555. Windows color (decimal): -13087780 or 14437176. OLE color: 14437176.

HSL color Cylindrical-coordinate representation of color #384BDC: hue angle of 233.05º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384BDC is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 75 220 -
CMYK 0.75 0.66 0 0.14
HSL 233.05º 0.7% 0.54% -
HSV(B) 233.05º 0.75% 0.86% -
XYZ 17.07 11.04 68.94 -
YUV 85.85 203.71 106.71 -
System Red Green Blue C M Y K H S L
Decimal 56 75 220 0.75 0.66 0 0.14 233.05 0.7 0.54
Hex 38 4B DC 4B 42 0 E E9 46 36
Octal 70 113 334 113 102 0 16 351 106 66
Binary 111000 1001011 11011100 1001011 1000010 0 1110 11101001 1000110 110110

Color Harmonies of #384BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BDC

Black with #384BDC

Text Example


Text Example

White with #384BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,75,220); }

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

background-color css

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

 a { background-color: rgb(56,75,220); }

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

border-color css

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

 span { border-color: rgb(56,75,220); }

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