Html Css Color HEX #383EC2 Free Speech Blue

📋 copy color: '#383EC2'

red 56 ◦ green 62 ◦ blue 194

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

Shades of Free Speech Blue #383EC2

Tints of Free Speech Blue #383EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 62.18%

R = 17.95%
G = 19.87%
B = 62.18%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#383EC2 (or 0x383EC2) is known color: Free Speech Blue. HEX triplet: 38, 3E and C2. RGB value is (56,62,194). Sum of RGB (Red+Green+Blue) = 56+62+194=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #383EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EC2 is #C7C13D. Grayscale: #4A4A4A. Windows color (decimal): -13091134 or 12729912. OLE color: 12729912.

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

Color convert

RGB 56 62 194 -
CMYK 0.71 0.68 0 0.24
HSL 237.39º 0.55% 0.49% -
HSV(B) 237.39º 0.71% 0.76% -
XYZ 13.09 8.18 51.93 -
YUV 75.25 195.01 114.27 -
System Red Green Blue C M Y K H S L
Decimal 56 62 194 0.71 0.68 0 0.24 237.39 0.55 0.49
Hex 38 3E C2 47 44 0 18 ED 37 31
Octal 70 76 302 107 104 0 30 355 67 61
Binary 111000 111110 11000010 1000111 1000100 0 11000 11101101 110111 110001

Color Harmonies of #383EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EC2

Black with #383EC2

Text Example


Text Example

White with #383EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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