Html Css Color HEX #383FD2 Free Speech Blue

📋 copy color: '#383FD2'

red 56 ◦ green 63 ◦ blue 210

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

Shades of Free Speech Blue #383FD2

Tints of Free Speech Blue #383FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 63.83%

R = 17.02%
G = 19.15%
B = 63.83%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#383FD2 (or 0x383FD2) is known color: Free Speech Blue. HEX triplet: 38, 3F and D2. RGB value is (56,63,210). Sum of RGB (Red+Green+Blue) = 56+63+210=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 210 (82.42% from 255 or 63.83% from 329); Max value from RGB is 210 - color contains mainly: blue. Hex color #383FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FD2 is #C7C02D. Grayscale: #4D4D4D. Windows color (decimal): -13090862 or 13778744. OLE color: 13778744.

HSL color Cylindrical-coordinate representation of color #383FD2: hue angle of 237.27º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #383FD2 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 63 210 -
CMYK 0.73 0.70 0 0.18
HSL 237.27º 0.63% 0.52% -
HSV(B) 237.27º 0.73% 0.82% -
XYZ 15.04 9.05 61.93 -
YUV 77.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 56 63 210 0.73 0.70 0 0.18 237.27 0.63 0.52
Hex 38 3F D2 49 46 0 12 ED 3F 34
Octal 70 77 322 111 106 0 22 355 77 64
Binary 111000 111111 11010010 1001001 1000110 0 10010 11101101 111111 110100

Color Harmonies of #383FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FD2

Black with #383FD2

Text Example


Text Example

White with #383FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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