Html Css Color HEX #383ACE Free Speech Blue

📋 copy color: '#383ACE'

red 56 ◦ green 58 ◦ blue 206

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

Shades of Free Speech Blue #383ACE

Tints of Free Speech Blue #383ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 17.5%
G = 18.13%
B = 64.38%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#383ACE (or 0x383ACE) is known color: Free Speech Blue. HEX triplet: 38, 3A and CE. RGB value is (56,58,206). Sum of RGB (Red+Green+Blue) = 56+58+206=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #383ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ACE is #C7C531. Grayscale: #494949. Windows color (decimal): -13092146 or 13515320. OLE color: 13515320.

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

Color convert

RGB 56 58 206 -
CMYK 0.73 0.72 0 0.19
HSL 239.2º 0.6% 0.51% -
HSV(B) 239.2º 0.73% 0.81% -
XYZ 14.28 8.32 59.25 -
YUV 74.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 56 58 206 0.73 0.72 0 0.19 239.2 0.6 0.51
Hex 38 3A CE 49 48 0 13 EF 3C 33
Octal 70 72 316 111 110 0 23 357 74 63
Binary 111000 111010 11001110 1001001 1001000 0 10011 11101111 111100 110011

Color Harmonies of #383ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383ACE

Black with #383ACE

Text Example


Text Example

White with #383ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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