Html Css Color HEX #383DDB Free Speech Blue

📋 copy color: '#383DDB'

red 56 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Blue #383DDB

Tints of Free Speech Blue #383DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.18%

R = 16.67%
G = 18.15%
B = 65.18%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#383DDB (or 0x383DDB) is known color: Free Speech Blue. HEX triplet: 38, 3D and DB. RGB value is (56,61,219). Sum of RGB (Red+Green+Blue) = 56+61+219=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #383DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DDB is #C7C224. Grayscale: #4C4C4C. Windows color (decimal): -13091365 or 14368056. OLE color: 14368056.

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

Color convert

RGB 56 61 219 -
CMYK 0.74 0.72 0 0.14
HSL 238.16º 0.69% 0.54% -
HSV(B) 238.16º 0.74% 0.86% -
XYZ 16.09 9.29 67.96 -
YUV 77.52 207.84 112.65 -
System Red Green Blue C M Y K H S L
Decimal 56 61 219 0.74 0.72 0 0.14 238.16 0.69 0.54
Hex 38 3D DB 4A 48 0 E EE 45 36
Octal 70 75 333 112 110 0 16 356 105 66
Binary 111000 111101 11011011 1001010 1001000 0 1110 11101110 1000101 110110

Color Harmonies of #383DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DDB

Black with #383DDB

Text Example


Text Example

White with #383DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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