Html Css Color HEX #383BCD Free Speech Blue

📋 copy color: '#383BCD'

red 56 ◦ green 59 ◦ blue 205

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

Shades of Free Speech Blue #383BCD

Tints of Free Speech Blue #383BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

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

R = 17.5%
G = 18.44%
B = 64.06%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#383BCD (or 0x383BCD) is known color: Free Speech Blue. HEX triplet: 38, 3B and CD. RGB value is (56,59,205). Sum of RGB (Red+Green+Blue) = 56+59+205=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #383BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BCD is #C7C432. Grayscale: #4A4A4A. Windows color (decimal): -13091891 or 13450040. OLE color: 13450040.

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

Color convert

RGB 56 59 205 -
CMYK 0.73 0.71 0 0.20
HSL 238.79º 0.6% 0.51% -
HSV(B) 238.79º 0.73% 0.8% -
XYZ 14.21 8.38 58.63 -
YUV 74.75 201.51 114.63 -
System Red Green Blue C M Y K H S L
Decimal 56 59 205 0.73 0.71 0 0.20 238.79 0.6 0.51
Hex 38 3B CD 49 47 0 14 EF 3C 33
Octal 70 73 315 111 107 0 24 357 74 63
Binary 111000 111011 11001101 1001001 1000111 0 10100 11101111 111100 110011

Color Harmonies of #383BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BCD

Black with #383BCD

Text Example


Text Example

White with #383BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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