Html Css Color HEX #383EDD Free Speech Blue

📋 copy color: '#383EDD'

red 56 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Blue #383EDD

Tints of Free Speech Blue #383EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 16.52%
G = 18.29%
B = 65.19%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#383EDD (or 0x383EDD) is known color: Free Speech Blue. HEX triplet: 38, 3E and DD. RGB value is (56,62,221). Sum of RGB (Red+Green+Blue) = 56+62+221=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #383EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383EDD is #C7C122. Grayscale: #4D4D4D. Windows color (decimal): -13091107 or 14499384. OLE color: 14499384.

HSL color Cylindrical-coordinate representation of color #383EDD: hue angle of 237.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #383EDD is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 62 221 -
CMYK 0.75 0.72 0 0.13
HSL 237.82º 0.71% 0.54% -
HSV(B) 237.82º 0.75% 0.87% -
XYZ 16.4 9.51 69.38 -
YUV 78.33 208.51 112.07 -
System Red Green Blue C M Y K H S L
Decimal 56 62 221 0.75 0.72 0 0.13 237.82 0.71 0.54
Hex 38 3E DD 4B 48 0 D EE 47 36
Octal 70 76 335 113 110 0 15 356 107 66
Binary 111000 111110 11011101 1001011 1001000 0 1101 11101110 1000111 110110

Color Harmonies of #383EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383EDD

Black with #383EDD

Text Example


Text Example

White with #383EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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