Html Css Color HEX #384BDD Free Speech Blue

📋 copy color: '#384BDD'

red 56 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Blue #384BDD

Tints of Free Speech Blue #384BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 15.91%
G = 21.31%
B = 62.78%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#384BDD (or 0x384BDD) is known color: Free Speech Blue. HEX triplet: 38, 4B and DD. RGB value is (56,75,221). Sum of RGB (Red+Green+Blue) = 56+75+221=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #384BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BDD is #C7B422. Grayscale: #555555. Windows color (decimal): -13087779 or 14502712. OLE color: 14502712.

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

Color convert

RGB 56 75 221 -
CMYK 0.75 0.66 0 0.13
HSL 233.09º 0.71% 0.54% -
HSV(B) 233.09º 0.75% 0.87% -
XYZ 17.2 11.09 69.64 -
YUV 85.96 204.21 106.63 -
System Red Green Blue C M Y K H S L
Decimal 56 75 221 0.75 0.66 0 0.13 233.09 0.71 0.54
Hex 38 4B DD 4B 42 0 D E9 47 36
Octal 70 113 335 113 102 0 15 351 107 66
Binary 111000 1001011 11011101 1001011 1000010 0 1101 11101001 1000111 110110

Color Harmonies of #384BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BDD

Black with #384BDD

Text Example


Text Example

White with #384BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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