Html Css Color HEX #384ABA Free Speech Blue

📋 copy color: '#384ABA'

red 56 ◦ green 74 ◦ blue 186

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

Shades of Free Speech Blue #384ABA

Tints of Free Speech Blue #384ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 17.72%
G = 23.42%
B = 58.86%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#384ABA (or 0x384ABA) is known color: Free Speech Blue. HEX triplet: 38, 4A and BA. RGB value is (56,74,186). Sum of RGB (Red+Green+Blue) = 56+74+186=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #384ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384ABA is #C7B545. Grayscale: #505050. Windows color (decimal): -13088070 or 12208696. OLE color: 12208696.

HSL color Cylindrical-coordinate representation of color #384ABA: hue angle of 231.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384ABA is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 74 186 -
CMYK 0.70 0.60 0 0.27
HSL 231.69º 0.54% 0.47% -
HSV(B) 231.69º 0.7% 0.73% -
XYZ 12.94 9.28 47.56 -
YUV 81.39 187.04 109.89 -
System Red Green Blue C M Y K H S L
Decimal 56 74 186 0.70 0.60 0 0.27 231.69 0.54 0.47
Hex 38 4A BA 46 3C 0 1B E8 36 2F
Octal 70 112 272 106 74 0 33 350 66 57
Binary 111000 1001010 10111010 1000110 111100 0 11011 11101000 110110 101111

Color Harmonies of #384ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384ABA

Black with #384ABA

Text Example


Text Example

White with #384ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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