Html Css Color HEX #384ADB Free Speech Blue

📋 copy color: '#384ADB'

red 56 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Blue #384ADB

Tints of Free Speech Blue #384ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 16.05%
G = 21.2%
B = 62.75%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#384ADB (or 0x384ADB) is known color: Free Speech Blue. HEX triplet: 38, 4A and DB. RGB value is (56,74,219). Sum of RGB (Red+Green+Blue) = 56+74+219=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #384ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ADB is #C7B524. Grayscale: #545454. Windows color (decimal): -13088037 or 14371384. OLE color: 14371384.

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

Color convert

RGB 56 74 219 -
CMYK 0.74 0.66 0 0.14
HSL 233.37º 0.69% 0.54% -
HSV(B) 233.37º 0.74% 0.86% -
XYZ 16.87 10.85 68.22 -
YUV 85.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 56 74 219 0.74 0.66 0 0.14 233.37 0.69 0.54
Hex 38 4A DB 4A 42 0 E E9 45 36
Octal 70 112 333 112 102 0 16 351 105 66
Binary 111000 1001010 11011011 1001010 1000010 0 1110 11101001 1000101 110110

Color Harmonies of #384ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384ADB

Black with #384ADB

Text Example


Text Example

White with #384ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,74,219); }

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

background-color css

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

 a { background-color: rgb(56,74,219); }

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

border-color css

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

 span { border-color: rgb(56,74,219); }

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