Html Css Color HEX #383ACD Free Speech Blue

📋 copy color: '#383ACD'

red 56 ◦ green 58 ◦ blue 205

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

Shades of Free Speech Blue #383ACD

Tints of Free Speech Blue #383ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 17.55%
G = 18.18%
B = 64.26%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#383ACD (or 0x383ACD) is known color: Free Speech Blue. HEX triplet: 38, 3A and CD. RGB value is (56,58,205). Sum of RGB (Red+Green+Blue) = 56+58+205=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #383ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ACD is #C7C532. Grayscale: #494949. Windows color (decimal): -13092147 or 13449784. OLE color: 13449784.

HSL color Cylindrical-coordinate representation of color #383ACD: hue angle of 239.19º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383ACD is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 58 205 -
CMYK 0.73 0.72 0 0.20
HSL 239.19º 0.6% 0.51% -
HSV(B) 239.19º 0.73% 0.8% -
XYZ 14.16 8.27 58.61 -
YUV 74.16 201.84 115.05 -
System Red Green Blue C M Y K H S L
Decimal 56 58 205 0.73 0.72 0 0.20 239.19 0.6 0.51
Hex 38 3A CD 49 48 0 14 EF 3C 33
Octal 70 72 315 111 110 0 24 357 74 63
Binary 111000 111010 11001101 1001001 1001000 0 10100 11101111 111100 110011

Color Harmonies of #383ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383ACD

Black with #383ACD

Text Example


Text Example

White with #383ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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