Html Css Color HEX #384DBE Free Speech Blue

📋 copy color: '#384DBE'

red 56 ◦ green 77 ◦ blue 190

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

Shades of Free Speech Blue #384DBE

Tints of Free Speech Blue #384DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 17.34%
G = 23.84%
B = 58.82%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#384DBE (or 0x384DBE) is known color: Free Speech Blue. HEX triplet: 38, 4D and BE. RGB value is (56,77,190). Sum of RGB (Red+Green+Blue) = 56+77+190=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #384DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DBE is #C7B241. Grayscale: #535353. Windows color (decimal): -13087298 or 12471608. OLE color: 12471608.

HSL color Cylindrical-coordinate representation of color #384DBE: hue angle of 230.6º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384DBE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 77 190 -
CMYK 0.71 0.59 0 0.25
HSL 230.6º 0.54% 0.48% -
HSV(B) 230.6º 0.71% 0.75% -
XYZ 13.58 9.87 49.9 -
YUV 83.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 56 77 190 0.71 0.59 0 0.25 230.6 0.54 0.48
Hex 38 4D BE 47 3B 0 19 E7 36 30
Octal 70 115 276 107 73 0 31 347 66 60
Binary 111000 1001101 10111110 1000111 111011 0 11001 11100111 110110 110000

Color Harmonies of #384DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DBE

Black with #384DBE

Text Example


Text Example

White with #384DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,190); }

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

background-color css

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

 a { background-color: rgb(56,77,190); }

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

border-color css

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

 span { border-color: rgb(56,77,190); }

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