Html Css Color HEX #383BBF Free Speech Blue

📋 copy color: '#383BBF'

red 56 ◦ green 59 ◦ blue 191

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

Shades of Free Speech Blue #383BBF

Tints of Free Speech Blue #383BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.42%

R = 18.3%
G = 19.28%
B = 62.42%

CMYK

 C value IS 0.71

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#383BBF (or 0x383BBF) is known color: Free Speech Blue. HEX triplet: 38, 3B and BF. RGB value is (56,59,191). Sum of RGB (Red+Green+Blue) = 56+59+191=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #383BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BBF is #C7C440. Grayscale: #484848. Windows color (decimal): -13091905 or 12532536. OLE color: 12532536.

HSL color Cylindrical-coordinate representation of color #383BBF: hue angle of 238.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383BBF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 59 191 -
CMYK 0.71 0.69 0 0.25
HSL 238.67º 0.55% 0.48% -
HSV(B) 238.67º 0.71% 0.75% -
XYZ 12.6 7.73 50.12 -
YUV 73.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 56 59 191 0.71 0.69 0 0.25 238.67 0.55 0.48
Hex 38 3B BF 47 45 0 19 EF 37 30
Octal 70 73 277 107 105 0 31 357 67 60
Binary 111000 111011 10111111 1000111 1000101 0 11001 11101111 110111 110000

Color Harmonies of #383BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BBF

Black with #383BBF

Text Example


Text Example

White with #383BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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