Html Css Color HEX #383FDC Free Speech Blue

📋 copy color: '#383FDC'

red 56 ◦ green 63 ◦ blue 220

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

Shades of Free Speech Blue #383FDC

Tints of Free Speech Blue #383FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

 BLUE value IS 220 (86.33% from 255) = 64.9%

R = 16.52%
G = 18.58%
B = 64.9%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#383FDC (or 0x383FDC) is known color: Free Speech Blue. HEX triplet: 38, 3F and DC. RGB value is (56,63,220). Sum of RGB (Red+Green+Blue) = 56+63+220=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #383FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FDC is #C7C023. Grayscale: #4E4E4E. Windows color (decimal): -13090852 or 14434104. OLE color: 14434104.

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

Color convert

RGB 56 63 220 -
CMYK 0.75 0.71 0 0.14
HSL 237.44º 0.7% 0.54% -
HSV(B) 237.44º 0.75% 0.86% -
XYZ 16.33 9.56 68.7 -
YUV 78.81 207.68 111.73 -
System Red Green Blue C M Y K H S L
Decimal 56 63 220 0.75 0.71 0 0.14 237.44 0.7 0.54
Hex 38 3F DC 4B 47 0 E ED 46 36
Octal 70 77 334 113 107 0 16 355 106 66
Binary 111000 111111 11011100 1001011 1000111 0 1110 11101101 1000110 110110

Color Harmonies of #383FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FDC

Black with #383FDC

Text Example


Text Example

White with #383FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,220); }

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

background-color css

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

 a { background-color: rgb(56,63,220); }

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

border-color css

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

 span { border-color: rgb(56,63,220); }

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