Html Css Color HEX #383DDA Free Speech Blue

📋 copy color: '#383DDA'

red 56 ◦ green 61 ◦ blue 218

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

Shades of Free Speech Blue #383DDA

Tints of Free Speech Blue #383DDA

RGB

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

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

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

R = 16.72%
G = 18.21%
B = 65.07%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#383DDA (or 0x383DDA) is known color: Free Speech Blue. HEX triplet: 38, 3D and DA. RGB value is (56,61,218). Sum of RGB (Red+Green+Blue) = 56+61+218=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #383DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DDA is #C7C225. Grayscale: #4C4C4C. Windows color (decimal): -13091366 or 14302520. OLE color: 14302520.

HSL color Cylindrical-coordinate representation of color #383DDA: hue angle of 238.15º 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 #383DDA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 61 218 -
CMYK 0.74 0.72 0 0.15
HSL 238.15º 0.69% 0.54% -
HSV(B) 238.15º 0.74% 0.85% -
XYZ 15.95 9.24 67.27 -
YUV 77.4 207.34 112.73 -
System Red Green Blue C M Y K H S L
Decimal 56 61 218 0.74 0.72 0 0.15 238.15 0.69 0.54
Hex 38 3D DA 4A 48 0 F EE 45 36
Octal 70 75 332 112 110 0 17 356 105 66
Binary 111000 111101 11011010 1001010 1001000 0 1111 11101110 1000101 110110

Color Harmonies of #383DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DDA

Black with #383DDA

Text Example


Text Example

White with #383DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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