Html Css Color HEX #383FB8 Free Speech Blue

📋 copy color: '#383FB8'

red 56 ◦ green 63 ◦ blue 184

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

Shades of Free Speech Blue #383FB8

Tints of Free Speech Blue #383FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 60.73%

R = 18.48%
G = 20.79%
B = 60.73%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#383FB8 (or 0x383FB8) is known color: Free Speech Blue. HEX triplet: 38, 3F and B8. RGB value is (56,63,184). Sum of RGB (Red+Green+Blue) = 56+63+184=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #383FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FB8 is #C7C047. Grayscale: #4A4A4A. Windows color (decimal): -13090888 or 12074808. OLE color: 12074808.

HSL color Cylindrical-coordinate representation of color #383FB8: hue angle of 236.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383FB8 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 63 184 -
CMYK 0.70 0.66 0 0.28
HSL 236.72º 0.53% 0.47% -
HSV(B) 236.72º 0.7% 0.72% -
XYZ 12.06 7.86 46.23 -
YUV 74.7 189.68 114.66 -
System Red Green Blue C M Y K H S L
Decimal 56 63 184 0.70 0.66 0 0.28 236.72 0.53 0.47
Hex 38 3F B8 46 42 0 1C ED 35 2F
Octal 70 77 270 106 102 0 34 355 65 57
Binary 111000 111111 10111000 1000110 1000010 0 11100 11101101 110101 101111

Color Harmonies of #383FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FB8

Black with #383FB8

Text Example


Text Example

White with #383FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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