Html Css Color HEX #384DCE Free Speech Blue

📋 copy color: '#384DCE'

red 56 ◦ green 77 ◦ blue 206

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

Shades of Free Speech Blue #384DCE

Tints of Free Speech Blue #384DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 16.52%
G = 22.71%
B = 60.77%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#384DCE (or 0x384DCE) is known color: Free Speech Blue. HEX triplet: 38, 4D and CE. RGB value is (56,77,206). Sum of RGB (Red+Green+Blue) = 56+77+206=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #384DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DCE is #C7B231. Grayscale: #545454. Windows color (decimal): -13087282 or 13520184. OLE color: 13520184.

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

Color convert

RGB 56 77 206 -
CMYK 0.73 0.63 0 0.19
HSL 231.6º 0.6% 0.51% -
HSV(B) 231.6º 0.73% 0.81% -
XYZ 15.43 10.6 59.63 -
YUV 85.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 56 77 206 0.73 0.63 0 0.19 231.6 0.6 0.51
Hex 38 4D CE 49 3F 0 13 E8 3C 33
Octal 70 115 316 111 77 0 23 350 74 63
Binary 111000 1001101 11001110 1001001 111111 0 10011 11101000 111100 110011

Color Harmonies of #384DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DCE

Black with #384DCE

Text Example


Text Example

White with #384DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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