Html Css Color HEX #384BCD Free Speech Blue

📋 copy color: '#384BCD'

red 56 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Blue #384BCD

Tints of Free Speech Blue #384BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 16.67%
G = 22.32%
B = 61.01%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#384BCD (or 0x384BCD) is known color: Free Speech Blue. HEX triplet: 38, 4B and CD. RGB value is (56,75,205). Sum of RGB (Red+Green+Blue) = 56+75+205=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #384BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BCD is #C7B432. Grayscale: #535353. Windows color (decimal): -13087795 or 13454136. OLE color: 13454136.

HSL color Cylindrical-coordinate representation of color #384BCD: hue angle of 232.35º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384BCD is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 75 205 -
CMYK 0.73 0.63 0 0.20
HSL 232.35º 0.6% 0.51% -
HSV(B) 232.35º 0.73% 0.8% -
XYZ 15.17 10.28 58.94 -
YUV 84.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 56 75 205 0.73 0.63 0 0.20 232.35 0.6 0.51
Hex 38 4B CD 49 3F 0 14 E8 3C 33
Octal 70 113 315 111 77 0 24 350 74 63
Binary 111000 1001011 11001101 1001001 111111 0 10100 11101000 111100 110011

Color Harmonies of #384BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BCD

Black with #384BCD

Text Example


Text Example

White with #384BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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