Html Css Color HEX #383FBA Free Speech Blue

📋 copy color: '#383FBA'

red 56 ◦ green 63 ◦ blue 186

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

Shades of Free Speech Blue #383FBA

Tints of Free Speech Blue #383FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 18.36%
G = 20.66%
B = 60.98%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#383FBA (or 0x383FBA) is known color: Free Speech Blue. HEX triplet: 38, 3F and BA. RGB value is (56,63,186). Sum of RGB (Red+Green+Blue) = 56+63+186=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #383FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383FBA is #C7C045. Grayscale: #4A4A4A. Windows color (decimal): -13090886 or 12205880. OLE color: 12205880.

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

Color convert

RGB 56 63 186 -
CMYK 0.70 0.66 0 0.27
HSL 236.77º 0.54% 0.47% -
HSV(B) 236.77º 0.7% 0.73% -
XYZ 12.27 7.94 47.34 -
YUV 74.93 190.68 114.5 -
System Red Green Blue C M Y K H S L
Decimal 56 63 186 0.70 0.66 0 0.27 236.77 0.54 0.47
Hex 38 3F BA 46 42 0 1B ED 36 2F
Octal 70 77 272 106 102 0 33 355 66 57
Binary 111000 111111 10111010 1000110 1000010 0 11011 11101101 110110 101111

Color Harmonies of #383FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FBA

Black with #383FBA

Text Example


Text Example

White with #383FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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