Html Css Color HEX #383DDD Free Speech Blue

📋 copy color: '#383DDD'

red 56 ◦ green 61 ◦ blue 221

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

Shades of Free Speech Blue #383DDD

Tints of Free Speech Blue #383DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 221 (86.72% from 255) = 65.38%

R = 16.57%
G = 18.05%
B = 65.38%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#383DDD (or 0x383DDD) is known color: Free Speech Blue. HEX triplet: 38, 3D and DD. RGB value is (56,61,221). Sum of RGB (Red+Green+Blue) = 56+61+221=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #383DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DDD is #C7C222. Grayscale: #4D4D4D. Windows color (decimal): -13091363 or 14499128. OLE color: 14499128.

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

Color convert

RGB 56 61 221 -
CMYK 0.75 0.72 0 0.13
HSL 238.18º 0.71% 0.54% -
HSV(B) 238.18º 0.75% 0.87% -
XYZ 16.35 9.4 69.36 -
YUV 77.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 56 61 221 0.75 0.72 0 0.13 238.18 0.71 0.54
Hex 38 3D DD 4B 48 0 D EE 47 36
Octal 70 75 335 113 110 0 15 356 107 66
Binary 111000 111101 11011101 1001011 1001000 0 1101 11101110 1000111 110110

Color Harmonies of #383DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DDD

Black with #383DDD

Text Example


Text Example

White with #383DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,221); }

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

background-color css

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

 a { background-color: rgb(56,61,221); }

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

border-color css

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

 span { border-color: rgb(56,61,221); }

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