Html Css Color HEX #383EC0 Free Speech Blue

📋 copy color: '#383EC0'

red 56 ◦ green 62 ◦ blue 192

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

Shades of Free Speech Blue #383EC0

Tints of Free Speech Blue #383EC0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 192 (75.39% from 255) = 61.94%

R = 18.06%
G = 20%
B = 61.94%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#383EC0 (or 0x383EC0) is known color: Free Speech Blue. HEX triplet: 38, 3E and C0. RGB value is (56,62,192). Sum of RGB (Red+Green+Blue) = 56+62+192=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #383EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EC0 is #C7C13F. Grayscale: #4A4A4A. Windows color (decimal): -13091136 or 12598840. OLE color: 12598840.

HSL color Cylindrical-coordinate representation of color #383EC0: hue angle of 237.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383EC0 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 62 192 -
CMYK 0.71 0.68 0 0.25
HSL 237.35º 0.55% 0.49% -
HSV(B) 237.35º 0.71% 0.75% -
XYZ 12.87 8.09 50.75 -
YUV 75.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 56 62 192 0.71 0.68 0 0.25 237.35 0.55 0.49
Hex 38 3E C0 47 44 0 19 ED 37 31
Octal 70 76 300 107 104 0 31 355 67 61
Binary 111000 111110 11000000 1000111 1000100 0 11001 11101101 110111 110001

Color Harmonies of #383EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EC0

Black with #383EC0

Text Example


Text Example

White with #383EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383EC0; }

 p { color: rgb(56,62,192); }

 H1.HeaderClassName
 {
   color: #383EC0;
 }
 .AnyTagClassName
 {
   color: #383EC0;
 }
</style>

background-color css

<style>
 a { background-color: #383EC0; }

 a { background-color: rgb(56,62,192); }

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

border-color css

<style>
 span { border-color: #383EC0; }

 span { border-color: rgb(56,62,192); }

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