Html Css Color HEX #383BDA Free Speech Blue

📋 copy color: '#383BDA'

red 56 ◦ green 59 ◦ blue 218

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

Shades of Free Speech Blue #383BDA

Tints of Free Speech Blue #383BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 16.82%
G = 17.72%
B = 65.47%

CMYK

 C value IS 0.74

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#383BDA (or 0x383BDA) is known color: Free Speech Blue. HEX triplet: 38, 3B and DA. RGB value is (56,59,218). Sum of RGB (Red+Green+Blue) = 56+59+218=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #383BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BDA is #C7C425. Grayscale: #4B4B4B. Windows color (decimal): -13091878 or 14302008. OLE color: 14302008.

HSL color Cylindrical-coordinate representation of color #383BDA: hue angle of 238.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #383BDA is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 59 218 -
CMYK 0.74 0.73 0 0.15
HSL 238.89º 0.69% 0.54% -
HSV(B) 238.89º 0.74% 0.85% -
XYZ 15.85 9.03 67.24 -
YUV 76.23 208.01 113.57 -
System Red Green Blue C M Y K H S L
Decimal 56 59 218 0.74 0.73 0 0.15 238.89 0.69 0.54
Hex 38 3B DA 4A 49 0 F EF 45 36
Octal 70 73 332 112 111 0 17 357 105 66
Binary 111000 111011 11011010 1001010 1001001 0 1111 11101111 1000101 110110

Color Harmonies of #383BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BDA

Black with #383BDA

Text Example


Text Example

White with #383BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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