Html Css Color HEX #383FDB Free Speech Blue

📋 copy color: '#383FDB'

red 56 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #383FDB

Tints of Free Speech Blue #383FDB

RGB

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

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

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

R = 16.57%
G = 18.64%
B = 64.79%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#383FDB (or 0x383FDB) is known color: Free Speech Blue. HEX triplet: 38, 3F and DB. RGB value is (56,63,219). Sum of RGB (Red+Green+Blue) = 56+63+219=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #383FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FDB is #C7C024. Grayscale: #4E4E4E. Windows color (decimal): -13090853 or 14368568. OLE color: 14368568.

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

Color convert

RGB 56 63 219 -
CMYK 0.74 0.71 0 0.14
HSL 237.42º 0.69% 0.54% -
HSV(B) 237.42º 0.74% 0.86% -
XYZ 16.19 9.51 68 -
YUV 78.69 207.18 111.82 -
System Red Green Blue C M Y K H S L
Decimal 56 63 219 0.74 0.71 0 0.14 237.42 0.69 0.54
Hex 38 3F DB 4A 47 0 E ED 45 36
Octal 70 77 333 112 107 0 16 355 105 66
Binary 111000 111111 11011011 1001010 1000111 0 1110 11101101 1000101 110110

Color Harmonies of #383FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FDB

Black with #383FDB

Text Example


Text Example

White with #383FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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