Html Css Color HEX #384BCE Free Speech Blue

📋 copy color: '#384BCE'

red 56 ◦ green 75 ◦ blue 206

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

Shades of Free Speech Blue #384BCE

Tints of Free Speech Blue #384BCE

RGB

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

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

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

R = 16.62%
G = 22.26%
B = 61.13%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#384BCE (or 0x384BCE) is known color: Free Speech Blue. HEX triplet: 38, 4B and CE. RGB value is (56,75,206). Sum of RGB (Red+Green+Blue) = 56+75+206=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #384BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BCE is #C7B431. Grayscale: #535353. Windows color (decimal): -13087794 or 13519672. OLE color: 13519672.

HSL color Cylindrical-coordinate representation of color #384BCE: hue angle of 232.4º 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 #384BCE is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 75 206 -
CMYK 0.73 0.64 0 0.19
HSL 232.4º 0.6% 0.51% -
HSV(B) 232.4º 0.73% 0.81% -
XYZ 15.29 10.33 59.58 -
YUV 84.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 56 75 206 0.73 0.64 0 0.19 232.4 0.6 0.51
Hex 38 4B CE 49 40 0 13 E8 3C 33
Octal 70 113 316 111 100 0 23 350 74 63
Binary 111000 1001011 11001110 1001001 1000000 0 10011 11101000 111100 110011

Color Harmonies of #384BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BCE

Black with #384BCE

Text Example


Text Example

White with #384BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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