Html Css Color HEX #383EC4 Free Speech Blue

📋 copy color: '#383EC4'

red 56 ◦ green 62 ◦ blue 196

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

Shades of Free Speech Blue #383EC4

Tints of Free Speech Blue #383EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 62.42%

R = 17.83%
G = 19.75%
B = 62.42%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#383EC4 (or 0x383EC4) is known color: Free Speech Blue. HEX triplet: 38, 3E and C4. RGB value is (56,62,196). Sum of RGB (Red+Green+Blue) = 56+62+196=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 196 (76.95% from 255 or 62.42% from 314); Max value from RGB is 196 - color contains mainly: blue. Hex color #383EC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EC4 is #C7C13B. Grayscale: #4A4A4A. Windows color (decimal): -13091132 or 12860984. OLE color: 12860984.

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

Color convert

RGB 56 62 196 -
CMYK 0.71 0.68 0 0.23
HSL 237.43º 0.56% 0.49% -
HSV(B) 237.43º 0.71% 0.77% -
XYZ 13.32 8.27 53.12 -
YUV 75.48 196.01 114.1 -
System Red Green Blue C M Y K H S L
Decimal 56 62 196 0.71 0.68 0 0.23 237.43 0.56 0.49
Hex 38 3E C4 47 44 0 17 ED 38 31
Octal 70 76 304 107 104 0 27 355 70 61
Binary 111000 111110 11000100 1000111 1000100 0 10111 11101101 111000 110001

Color Harmonies of #383EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EC4

Black with #383EC4

Text Example


Text Example

White with #383EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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