Html Css Color HEX #384FCE Free Speech Blue

📋 copy color: '#384FCE'

red 56 ◦ green 79 ◦ blue 206

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

Shades of Free Speech Blue #384FCE

Tints of Free Speech Blue #384FCE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.17%

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

R = 16.42%
G = 23.17%
B = 60.41%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#384FCE (or 0x384FCE) is known color: Free Speech Blue. HEX triplet: 38, 4F and CE. RGB value is (56,79,206). Sum of RGB (Red+Green+Blue) = 56+79+206=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #384FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FCE is #C7B031. Grayscale: #565656. Windows color (decimal): -13086770 or 13520696. OLE color: 13520696.

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

Color convert

RGB 56 79 206 -
CMYK 0.73 0.62 0 0.19
HSL 230.8º 0.6% 0.51% -
HSV(B) 230.8º 0.73% 0.81% -
XYZ 15.57 10.89 59.67 -
YUV 86.6 195.38 106.17 -
System Red Green Blue C M Y K H S L
Decimal 56 79 206 0.73 0.62 0 0.19 230.8 0.6 0.51
Hex 38 4F CE 49 3E 0 13 E7 3C 33
Octal 70 117 316 111 76 0 23 347 74 63
Binary 111000 1001111 11001110 1001001 111110 0 10011 11100111 111100 110011

Color Harmonies of #384FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FCE

Black with #384FCE

Text Example


Text Example

White with #384FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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